Html Css Color HEX #C01174 Medium Violet Red

📋 copy color: '#C01174'

red 192 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C01174

Tints of Medium Violet Red #C01174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 59.08%
G = 5.23%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C01174 (or 0xC01174) is known color: Medium Violet Red. HEX triplet: C0, 11 and 74. RGB value is (192,17,116). Sum of RGB (Red+Green+Blue) = 192+17+116=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C01174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01174 is #3FEE8B. Grayscale: #505050. Windows color (decimal): -4189836 or 7606720. OLE color: 7606720.

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

Color convert

RGB 192 17 116 -
CMYK 0 0.91 0.40 0.25
HSL 326.06º 0.84% 0.41% -
HSV(B) 326.06º 0.91% 0.75% -
XYZ 25.09 12.87 17.68 -
YUV 80.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 192 17 116 0 0.91 0.40 0.25 326.06 0.84 0.41
Hex C0 11 74 0 5B 28 19 146 54 29
Octal 300 21 164 0 133 50 31 506 124 51
Binary 11000000 10001 1110100 0 1011011 101000 11001 101000110 1010100 101001

Color Harmonies of #C01174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01174

Black with #C01174

Text Example


Text Example

White with #C01174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01174; }

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

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

background-color css

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

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

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

border-color css

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

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

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