Html Css Color HEX #C01872 Medium Violet Red

📋 copy color: '#C01872'

red 192 ◦ green 24 ◦ blue 114

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

Shades of Medium Violet Red #C01872

Tints of Medium Violet Red #C01872

RGB

 RED value IS 192 (75.39% from 255) = 58.18%

 GREEN value IS 24 (9.77% from 255) = 7.27%

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

R = 58.18%
G = 7.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01872 (or 0xC01872) is known color: Medium Violet Red. HEX triplet: C0, 18 and 72. RGB value is (192,24,114). Sum of RGB (Red+Green+Blue) = 192+24+114=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01872 is #3FE78D. Grayscale: #545454. Windows color (decimal): -4188046 or 7477440. OLE color: 7477440.

HSL color Cylindrical-coordinate representation of color #C01872: hue angle of 327.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01872 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 114 -
CMYK 0 0.88 0.41 0.25
HSL 327.86º 0.78% 0.42% -
HSV(B) 327.86º 0.88% 0.75% -
XYZ 25.1 13.07 17.12 -
YUV 84.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 192 24 114 0 0.88 0.41 0.25 327.86 0.78 0.42
Hex C0 18 72 0 58 29 19 148 4E 2A
Octal 300 30 162 0 130 51 31 510 116 52
Binary 11000000 11000 1110010 0 1011000 101001 11001 101001000 1001110 101010

Color Harmonies of #C01872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01872

Black with #C01872

Text Example


Text Example

White with #C01872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01872; }

 p { color: rgb(192,24,114); }

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

background-color css

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

 a { background-color: rgb(192,24,114); }

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

border-color css

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

 span { border-color: rgb(192,24,114); }

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