#C010DC

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

Shades of Deep Magenta #C010DC

Tints of Deep Magenta #C010DC

Color information

#C010DC (or 0xC010DC) is unknown color: approx Deep Magenta. HEX triplet: C0, 10 and DC. RGB value is (192,16,220). Sum of RGB (Red+Green+Blue) = 192+16+220=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C010DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010DC is #3FEF23. Grayscale: #5B5B5B. Windows color (decimal): -4189988 or 14422208. OLE color: 14422208.

HSL color Cylindrical-coordinate representation of color #C010DC: hue angle of 291.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010DC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19216220-
CMYK0.130.9300.14
HSL291.76º86.44%46.27%-
HSV(B)291.76º92.73%86.27%-
XYZ34.8416.7469.11-
YUV91.88200.31199.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 16 (6.64% from 255) = 3.74%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=44.86%
G=3.74%
B=51.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192162200.130.9300.14291.7686.4446.27
HexC010DCD5D0E124562e
Octal300203341513501644412656
Binary11000000100001101110011011011101011101001001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C010DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C010DC; }

 p { color: rgb(192,16,220); }

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

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

 a { background-color: rgb(192,16,220); }

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

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

 span { border-color: rgb(192,16,220); }

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