#CA03DF

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

Shades of Deep Magenta #CA03DF

Tints of Deep Magenta #CA03DF

Color information

#CA03DF (or 0xCA03DF) is unknown color: approx Deep Magenta. HEX triplet: CA, 03 and DF. RGB value is (202,3,223). Sum of RGB (Red+Green+Blue) = 202+3+223=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03DF is #35FC20. Grayscale: #565656. Windows color (decimal): -3537953 or 14615498. OLE color: 14615498.

HSL color Cylindrical-coordinate representation of color #CA03DF: hue angle of 294.27º 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 #CA03DF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2023223-
CMYK0.090.9900.13
HSL294.27º97.35%44.31%-
HSV(B)294.27º98.65%87.45%-
XYZ37.7117.9571.29-
YUV87.58204.43209.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=47.20%
G=0.70%
B=52.10%

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
Decimal20232230.090.9900.13294.2797.3544.31
HexCA3DF9630D126612c
Octal31233371114301544614154
Binary11001010111101111110011100011011011001001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA03DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA03DF; }

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

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

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

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

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

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

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

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