Html Css Color HEX #C01879 Medium Violet Red

📋 copy color: '#C01879'

red 192 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #C01879

Tints of Medium Violet Red #C01879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 56.97%
G = 7.12%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C01879 (or 0xC01879) is known color: Medium Violet Red. HEX triplet: C0, 18 and 79. RGB value is (192,24,121). Sum of RGB (Red+Green+Blue) = 192+24+121=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C01879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01879 is #3FE786. Grayscale: #555555. Windows color (decimal): -4188039 or 7936192. OLE color: 7936192.

HSL color Cylindrical-coordinate representation of color #C01879: hue angle of 325.36º 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 #C01879 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 121 -
CMYK 0 0.88 0.37 0.25
HSL 325.36º 0.78% 0.42% -
HSV(B) 325.36º 0.88% 0.75% -
XYZ 25.52 13.24 19.3 -
YUV 85.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 192 24 121 0 0.88 0.37 0.25 325.36 0.78 0.42
Hex C0 18 79 0 58 25 19 145 4E 2A
Octal 300 30 171 0 130 45 31 505 116 52
Binary 11000000 11000 1111001 0 1011000 100101 11001 101000101 1001110 101010

Color Harmonies of #C01879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01879

Black with #C01879

Text Example


Text Example

White with #C01879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01879; }

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

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

background-color css

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

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

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

border-color css

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

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

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