Html Css Color HEX #C01979 Medium Violet Red

📋 copy color: '#C01979'

red 192 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #C01979

Tints of Medium Violet Red #C01979

RGB

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

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

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

R = 56.8%
G = 7.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C01979 (or 0xC01979) is known color: Medium Violet Red. HEX triplet: C0, 19 and 79. RGB value is (192,25,121). Sum of RGB (Red+Green+Blue) = 192+25+121=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01979 is #3FE686. Grayscale: #555555. Windows color (decimal): -4187783 or 7936448. OLE color: 7936448.

HSL color Cylindrical-coordinate representation of color #C01979: hue angle of 325.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01979 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 121 -
CMYK 0 0.87 0.37 0.25
HSL 325.51º 0.77% 0.43% -
HSV(B) 325.51º 0.87% 0.75% -
XYZ 25.54 13.28 19.31 -
YUV 85.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 192 25 121 0 0.87 0.37 0.25 325.51 0.77 0.43
Hex C0 19 79 0 57 25 19 146 4D 2B
Octal 300 31 171 0 127 45 31 506 115 53
Binary 11000000 11001 1111001 0 1010111 100101 11001 101000110 1001101 101011

Color Harmonies of #C01979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01979

Black with #C01979

Text Example


Text Example

White with #C01979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01979; }

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

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

background-color css

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

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

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

border-color css

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

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

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