Html Css Color HEX #C01188 Medium Violet Red

📋 copy color: '#C01188'

red 192 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #C01188

Tints of Medium Violet Red #C01188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 55.65%
G = 4.93%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C01188 (or 0xC01188) is known color: Medium Violet Red. HEX triplet: C0, 11 and 88. RGB value is (192,17,136). Sum of RGB (Red+Green+Blue) = 192+17+136=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01188 is #3FEE77. Grayscale: #525252. Windows color (decimal): -4189816 or 8917440. OLE color: 8917440.

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

Color convert

RGB 192 17 136 -
CMYK 0 0.91 0.29 0.25
HSL 319.2º 0.84% 0.41% -
HSV(B) 319.2º 0.91% 0.75% -
XYZ 26.38 13.38 24.49 -
YUV 82.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 192 17 136 0 0.91 0.29 0.25 319.2 0.84 0.41
Hex C0 11 88 0 5B 1D 19 13F 54 29
Octal 300 21 210 0 133 35 31 477 124 51
Binary 11000000 10001 10001000 0 1011011 11101 11001 100111111 1010100 101001

Color Harmonies of #C01188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01188

Black with #C01188

Text Example


Text Example

White with #C01188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01188; }

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

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

background-color css

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

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

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

border-color css

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

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

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