#CA12DD

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

Shades of Deep Magenta #CA12DD

Tints of Deep Magenta #CA12DD

Color information

#CA12DD (or 0xCA12DD) is unknown color: approx Deep Magenta. HEX triplet: CA, 12 and DD. RGB value is (202,18,221). Sum of RGB (Red+Green+Blue) = 202+18+221=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12DD is #35ED22. Grayscale: #5F5F5F. Windows color (decimal): -3534115 or 14488266. OLE color: 14488266.

HSL color Cylindrical-coordinate representation of color #CA12DD: hue angle of 294.38º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12DD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20218221-
CMYK0.090.9200.13
HSL294.38º84.94%46.86%-
HSV(B)294.38º91.86%86.67%-
XYZ37.6218.2169.94-
YUV96.16198.46203.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=45.80%
G=4.08%
B=50.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202182210.090.9200.13294.3884.9446.86
HexCA12DD95C0D126552f
Octal312223351113401544612557
Binary11001010100101101110110011011100011011001001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA12DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA12DD; }

 p { color: rgb(202,18,221); }

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

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

 a { background-color: rgb(202,18,221); }

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

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

 span { border-color: rgb(202,18,221); }

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