#C01CC6

Color #C01CC6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C01CC6

Tints of Deep Magenta #C01CC6

Color information

#C01CC6 (or 0xC01CC6) is unknown color: approx Deep Magenta. HEX triplet: C0, 1C and C6. RGB value is (192,28,198). Sum of RGB (Red+Green+Blue) = 192+28+198=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #C01CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CC6 is #3FE339. Grayscale: #5F5F5F. Windows color (decimal): -4186938 or 12983488. OLE color: 12983488.

HSL color Cylindrical-coordinate representation of color #C01CC6: hue angle of 297.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01CC6 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19228198-
CMYK0.030.8600.22
HSL297.88º75.22%44.31%-
HSV(B)297.88º85.86%77.65%-
XYZ32.3516.1154.83-
YUV96.42185.33196.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 28 (11.33% from 255) = 6.70%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=45.93%
G=6.70%
B=47.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192281980.030.8600.22297.8875.2244.31
HexC01CC635601612a4b2c
Octal30034306312602645211354
Binary1100000011100110001101110101100101101001010101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01CC6; }

 p { color: rgb(192,28,198); }

 H1.HeaderClassName
 {
   color: #C01CC6;
 }
 .AnyTagClassName
 {
   color: #C01CC6;
 }
</style>
background-color css

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

 a { background-color: rgb(192,28,198); }

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

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

 span { border-color: rgb(192,28,198); }

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