#CA18CD

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

Shades of Deep Magenta #CA18CD

Tints of Deep Magenta #CA18CD

Color information

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

HSL color Cylindrical-coordinate representation of color #CA18CD: hue angle of 299.01º 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 #CA18CD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20224205-
CMYK0.010.8800.20
HSL299.01º79.04%44.9%-
HSV(B)299.01º88.29%80.39%-
XYZ35.717.6259.28-
YUV97.86188.47202.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202242050.010.8800.20299.0179.0444.9
HexCA18CD15801412b4f2d
Octal31230315113002445311755
Binary110010101100011001101110110000101001001010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA18CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA18CD; }

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

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

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

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

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

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

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

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