Html Css Color HEX #C01173 Medium Violet Red

📋 copy color: '#C01173'

red 192 ◦ green 17 ◦ blue 115

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

Shades of Medium Violet Red #C01173

Tints of Medium Violet Red #C01173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 59.26%
G = 5.25%
B = 35.49%

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

#C01173 (or 0xC01173) is known color: Medium Violet Red. HEX triplet: C0, 11 and 73. RGB value is (192,17,115). Sum of RGB (Red+Green+Blue) = 192+17+115=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C01173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01173 is #3FEE8C. Grayscale: #505050. Windows color (decimal): -4189837 or 7541184. OLE color: 7541184.

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

Color convert

RGB 192 17 115 -
CMYK 0 0.91 0.40 0.25
HSL 326.4º 0.84% 0.41% -
HSV(B) 326.4º 0.91% 0.75% -
XYZ 25.03 12.85 17.38 -
YUV 80.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 192 17 115 0 0.91 0.40 0.25 326.4 0.84 0.41
Hex C0 11 73 0 5B 28 19 146 54 29
Octal 300 21 163 0 133 50 31 506 124 51
Binary 11000000 10001 1110011 0 1011011 101000 11001 101000110 1010100 101001

Color Harmonies of #C01173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01173

Black with #C01173

Text Example


Text Example

White with #C01173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01173; }

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

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

background-color css

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

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

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

border-color css

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

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

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