#CD18CA

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

Shades of Deep Magenta #CD18CA

Tints of Deep Magenta #CD18CA

Color information

#CD18CA (or 0xCD18CA) is unknown color: approx Deep Magenta. HEX triplet: CD, 18 and CA. RGB value is (205,24,202). Sum of RGB (Red+Green+Blue) = 205+24+202=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18CA is #32E735. Grayscale: #616161. Windows color (decimal): -3335990 or 13244621. OLE color: 13244621.

HSL color Cylindrical-coordinate representation of color #CD18CA: hue angle of 300.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD18CA is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB20524202-
CMYK00.880.010.20
HSL300.99º79.04%44.9%-
HSV(B)300.99º88.29%80.39%-
XYZ36.1617.957.43-
YUV98.41186.47204.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 24 (9.77% from 255) = 5.57%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=47.56%
G=5.57%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052420200.880.010.20300.9979.0444.9
HexCD18CA05811412d4f2d
Octal31530312013012445511755
Binary110011011100011001010010110001101001001011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD18CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD18CA; }

 p { color: rgb(205,24,202); }

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

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

 a { background-color: rgb(205,24,202); }

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

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

 span { border-color: rgb(205,24,202); }

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