#CD0CD0

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

Shades of Deep Magenta #CD0CD0

Tints of Deep Magenta #CD0CD0

Color information

#CD0CD0 (or 0xCD0CD0) is unknown color: approx Deep Magenta. HEX triplet: CD, 0C and D0. RGB value is (205,12,208). Sum of RGB (Red+Green+Blue) = 205+12+208=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD0CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CD0 is #32F32F. Grayscale: #5B5B5B. Windows color (decimal): -3339056 or 13634765. OLE color: 13634765.

HSL color Cylindrical-coordinate representation of color #CD0CD0: hue angle of 299.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0CD0 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20512208-
CMYK0.010.9400.18
HSL299.08º89.09%43.14%-
HSV(B)299.08º94.23%81.57%-
XYZ36.6917.861.18-
YUV92.05193.44208.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 12 (5.08% from 255) = 2.82%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=48.24%
G=2.82%
B=48.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205122080.010.9400.18299.0889.0943.14
HexCDCD015E01212b592b
Octal31514320113602245313153
Binary11001101110011010000110111100100101001010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0CD0; }

 p { color: rgb(205,12,208); }

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

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

 a { background-color: rgb(205,12,208); }

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

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

 span { border-color: rgb(205,12,208); }

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