#C005D1

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

Shades of Deep Magenta #C005D1

Tints of Deep Magenta #C005D1

Color information

#C005D1 (or 0xC005D1) is unknown color: approx Deep Magenta. HEX triplet: C0, 05 and D1. RGB value is (192,5,209). Sum of RGB (Red+Green+Blue) = 192+5+209=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #C005D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005D1 is #3FFA2E. Grayscale: #535353. Windows color (decimal): -4192815 or 13698496. OLE color: 13698496.

HSL color Cylindrical-coordinate representation of color #C005D1: hue angle of 295º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005D1 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1925209-
CMYK0.080.9800.18
HSL295º95.33%41.96%-
HSV(B)295º97.61%81.96%-
XYZ33.315.9261.64-
YUV84.17198.45204.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 5 (2.34% from 255) = 1.23%
BLUE value IS 209 (82.03% from 255) = 51.48%
R=47.29%
G=1.23%
B=51.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19252090.080.9800.1829595.3341.96
HexC05D18620121275f2a
Octal30053211014202244713752
Binary1100000010111010001100011000100100101001001111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C005D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C005D1; }

 p { color: rgb(192,5,209); }

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

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

 a { background-color: rgb(192,5,209); }

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

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

 span { border-color: rgb(192,5,209); }

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