#CA00DD

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

Shades of Deep Magenta #CA00DD

Tints of Deep Magenta #CA00DD

Color information

#CA00DD (or 0xCA00DD) is unknown color: approx Deep Magenta. HEX triplet: CA, 00 and DD. RGB value is (202,0,221). Sum of RGB (Red+Green+Blue) = 202+0+221=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00DD is #35FF22. Grayscale: #545454. Windows color (decimal): -3538723 or 14483658. OLE color: 14483658.

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

Color convert

RGB2020221-
CMYK0.09100.13
HSL294.84º100%43.33%-
HSV(B)294.84º100%86.67%-
XYZ37.4117.7869.87-
YUV85.59204.42211.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=47.75%
G=0%
B=52.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20202210.09100.13294.8410043.33
HexCA0DD9640D127642b
Octal31203351114401544714453
Binary1100101001101110110011100100011011001001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA00DD; }

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

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

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

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

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

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

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

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