Html Css Color HEX #C01288 Medium Violet Red

📋 copy color: '#C01288'

red 192 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #C01288

Tints of Medium Violet Red #C01288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 55.49%
G = 5.2%
B = 39.31%

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

#C01288 (or 0xC01288) is known color: Medium Violet Red. HEX triplet: C0, 12 and 88. RGB value is (192,18,136). Sum of RGB (Red+Green+Blue) = 192+18+136=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01288 is #3FED77. Grayscale: #535353. Windows color (decimal): -4189560 or 8917696. OLE color: 8917696.

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

Color convert

RGB 192 18 136 -
CMYK 0 0.91 0.29 0.25
HSL 319.31º 0.83% 0.41% -
HSV(B) 319.31º 0.91% 0.75% -
XYZ 26.4 13.42 24.49 -
YUV 83.48 157.65 205.41 -
System Red Green Blue C M Y K H S L
Decimal 192 18 136 0 0.91 0.29 0.25 319.31 0.83 0.41
Hex C0 12 88 0 5B 1D 19 13F 53 29
Octal 300 22 210 0 133 35 31 477 123 51
Binary 11000000 10010 10001000 0 1011011 11101 11001 100111111 1010011 101001

Color Harmonies of #C01288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01288

Black with #C01288

Text Example


Text Example

White with #C01288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01288; }

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

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

background-color css

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

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

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

border-color css

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

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

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