Html Css Color HEX #C81972 Medium Violet Red

📋 copy color: '#C81972'

red 200 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #C81972

Tints of Medium Violet Red #C81972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 59%
G = 7.37%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C81972 (or 0xC81972) is known color: Medium Violet Red. HEX triplet: C8, 19 and 72. RGB value is (200,25,114). Sum of RGB (Red+Green+Blue) = 200+25+114=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81972 is #37E68D. Grayscale: #575757. Windows color (decimal): -3663502 or 7477704. OLE color: 7477704.

HSL color Cylindrical-coordinate representation of color #C81972: hue angle of 329.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81972 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 114 -
CMYK 0 0.88 0.43 0.22
HSL 329.49º 0.78% 0.44% -
HSV(B) 329.49º 0.88% 0.78% -
XYZ 27.2 14.19 17.22 -
YUV 87.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 200 25 114 0 0.88 0.43 0.22 329.49 0.78 0.44
Hex C8 19 72 0 58 2B 16 149 4E 2C
Octal 310 31 162 0 130 53 26 511 116 54
Binary 11001000 11001 1110010 0 1011000 101011 10110 101001001 1001110 101100

Color Harmonies of #C81972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81972

Black with #C81972

Text Example


Text Example

White with #C81972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81972; }

 p { color: rgb(200,25,114); }

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

background-color css

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

 a { background-color: rgb(200,25,114); }

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

border-color css

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

 span { border-color: rgb(200,25,114); }

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