Html Css Color HEX #C01179 Medium Violet Red

📋 copy color: '#C01179'

red 192 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #C01179

Tints of Medium Violet Red #C01179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

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

R = 58.18%
G = 5.15%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C01179 (or 0xC01179) is known color: Medium Violet Red. HEX triplet: C0, 11 and 79. RGB value is (192,17,121). Sum of RGB (Red+Green+Blue) = 192+17+121=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01179 is #3FEE86. Grayscale: #505050. Windows color (decimal): -4189831 or 7934400. OLE color: 7934400.

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

Color convert

RGB 192 17 121 -
CMYK 0 0.91 0.37 0.25
HSL 324.34º 0.84% 0.41% -
HSV(B) 324.34º 0.91% 0.75% -
XYZ 25.39 12.99 19.26 -
YUV 81.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 192 17 121 0 0.91 0.37 0.25 324.34 0.84 0.41
Hex C0 11 79 0 5B 25 19 144 54 29
Octal 300 21 171 0 133 45 31 504 124 51
Binary 11000000 10001 1111001 0 1011011 100101 11001 101000100 1010100 101001

Color Harmonies of #C01179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01179

Black with #C01179

Text Example


Text Example

White with #C01179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01179; }

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

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

background-color css

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

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

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

border-color css

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

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

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