#C01DD4

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

Shades of Deep Magenta #C01DD4

Tints of Deep Magenta #C01DD4

Color information

#C01DD4 (or 0xC01DD4) is unknown color: approx Deep Magenta. HEX triplet: C0, 1D and D4. RGB value is (192,29,212). Sum of RGB (Red+Green+Blue) = 192+29+212=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #C01DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DD4 is #3FE22B. Grayscale: #626262. Windows color (decimal): -4186668 or 13901248. OLE color: 13901248.

HSL color Cylindrical-coordinate representation of color #C01DD4: hue angle of 293.44º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01DD4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19229212-
CMYK0.090.8600.17
HSL293.44º75.93%47.25%-
HSV(B)293.44º86.32%83.14%-
XYZ34.0616.8463.74-
YUV98.6192194.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 29 (11.72% from 255) = 6.70%
BLUE value IS 212 (83.20% from 255) = 48.96%
R=44.34%
G=6.70%
B=48.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192292120.090.8600.17293.4475.9347.25
HexC01DD49560111254c2f
Octal300353241112602144511457
Binary110000001110111010100100110101100100011001001011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01DD4; }

 p { color: rgb(192,29,212); }

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

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

 a { background-color: rgb(192,29,212); }

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

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

 span { border-color: rgb(192,29,212); }

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