Html Css Color HEX #C81D7A Medium Violet Red

📋 copy color: '#C81D7A'

red 200 ◦ green 29 ◦ blue 122

#C81D7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C81D7A

Tints of Medium Violet Red #C81D7A

RGB

 RED value IS 200 (78.52% from 255) = 56.98%

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 56.98%
G = 8.26%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C81D7A (or 0xC81D7A) is known color: Medium Violet Red. HEX triplet: C8, 1D and 7A. RGB value is (200,29,122). Sum of RGB (Red+Green+Blue) = 200+29+122=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D7A is #37E285. Grayscale: #5A5A5A. Windows color (decimal): -3662470 or 8003016. OLE color: 8003016.

HSL color Cylindrical-coordinate representation of color #C81D7A: hue angle of 327.37º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D7A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 29 122 -
CMYK 0 0.86 0.39 0.22
HSL 327.37º 0.75% 0.45% -
HSV(B) 327.37º 0.86% 0.78% -
XYZ 27.77 14.56 19.76 -
YUV 90.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 200 29 122 0 0.86 0.39 0.22 327.37 0.75 0.45
Hex C8 1D 7A 0 56 27 16 147 4B 2D
Octal 310 35 172 0 126 47 26 507 113 55
Binary 11001000 11101 1111010 0 1010110 100111 10110 101000111 1001011 101101

Color Harmonies of #C81D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D7A

Black with #C81D7A

Text Example


Text Example

White with #C81D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D7A; }

 p { color: rgb(200,29,122); }

 H1.HeaderClassName
 {
   color: #C81D7A;
 }
 .AnyTagClassName
 {
   color: #C81D7A;
 }
</style>

background-color css

<style>
 a { background-color: #C81D7A; }

 a { background-color: rgb(200,29,122); }

 div.DivClassName
 {
   background-color: #C81D7A;
 }
 .BgClassName
 {
   background-color: #C81D7A;
 }
</style>

border-color css

<style>
 span { border-color: #C81D7A; }

 span { border-color: rgb(200,29,122); }

 td.TdClassName
 {
   border-color: #C81D7A;
 }
 .TagClassName
 {
   border-color: #C81D7A;
 }
</style>