#CA03DD

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

Shades of Deep Magenta #CA03DD

Tints of Deep Magenta #CA03DD

Color information

#CA03DD (or 0xCA03DD) is unknown color: approx Deep Magenta. HEX triplet: CA, 03 and DD. RGB value is (202,3,221). Sum of RGB (Red+Green+Blue) = 202+3+221=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03DD is #35FC22. Grayscale: #565656. Windows color (decimal): -3537955 or 14484426. OLE color: 14484426.

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

Color convert

RGB2023221-
CMYK0.090.9900.13
HSL294.77º97.32%43.92%-
HSV(B)294.77º98.64%86.67%-
XYZ37.4417.8469.88-
YUV87.35203.43209.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=47.42%
G=0.70%
B=51.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20232210.090.9900.13294.7797.3243.92
HexCA3DD9630D127612c
Octal31233351114301544714154
Binary11001010111101110110011100011011011001001111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA03DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA03DD; }

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

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

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

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

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

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

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

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