Html Css Color HEX #C01170 Medium Violet Red

📋 copy color: '#C01170'

red 192 ◦ green 17 ◦ blue 112

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

Shades of Medium Violet Red #C01170

Tints of Medium Violet Red #C01170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 59.81%
G = 5.3%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C01170 (or 0xC01170) is known color: Medium Violet Red. HEX triplet: C0, 11 and 70. RGB value is (192,17,112). Sum of RGB (Red+Green+Blue) = 192+17+112=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C01170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01170 is #3FEE8F. Grayscale: #4F4F4F. Windows color (decimal): -4189840 or 7344576. OLE color: 7344576.

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

Color convert

RGB 192 17 112 -
CMYK 0 0.91 0.42 0.25
HSL 327.43º 0.84% 0.41% -
HSV(B) 327.43º 0.91% 0.75% -
XYZ 24.86 12.78 16.49 -
YUV 80.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 192 17 112 0 0.91 0.42 0.25 327.43 0.84 0.41
Hex C0 11 70 0 5B 2A 19 147 54 29
Octal 300 21 160 0 133 52 31 507 124 51
Binary 11000000 10001 1110000 0 1011011 101010 11001 101000111 1010100 101001

Color Harmonies of #C01170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01170

Black with #C01170

Text Example


Text Example

White with #C01170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01170; }

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

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

background-color css

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

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

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

border-color css

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

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

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