#CD14D9

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

Shades of Deep Magenta #CD14D9

Tints of Deep Magenta #CD14D9

Color information

#CD14D9 (or 0xCD14D9) is unknown color: approx Deep Magenta. HEX triplet: CD, 14 and D9. RGB value is (205,20,217). Sum of RGB (Red+Green+Blue) = 205+20+217=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD14D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14D9 is #32EB26. Grayscale: #616161. Windows color (decimal): -3336999 or 14226637. OLE color: 14226637.

HSL color Cylindrical-coordinate representation of color #CD14D9: hue angle of 296.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD14D9 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20520217-
CMYK0.060.9100.15
HSL296.35º83.12%46.47%-
HSV(B)296.35º90.78%85.1%-
XYZ37.9518.4967.21-
YUV97.77195.29204.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 20 (8.20% from 255) = 4.52%
BLUE value IS 217 (85.16% from 255) = 49.10%
R=46.38%
G=4.52%
B=49.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205202170.060.9100.15296.3583.1246.47
HexCD14D965B0F128532e
Octal31524331613301745012356
Binary1100110110100110110011101011011011111001010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD14D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD14D9; }

 p { color: rgb(205,20,217); }

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

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

 a { background-color: rgb(205,20,217); }

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

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

 span { border-color: rgb(205,20,217); }

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