#ca0cdd

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

Shades of Deep Magenta #CA0CDD

Tints of Deep Magenta #CA0CDD

Color information

#CA0CDD (or 0xCA0CDD) is unknown color: approx Deep Magenta. HEX triplet: CA, 0C and DD. RGB value is (202,12,221). Sum of RGB (Red+Green+Blue) = 202+12+221=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CDD is #35F322. Grayscale: #5B5B5B. Windows color (decimal): -3535651 or 14486730. OLE color: 14486730.

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

Color convert

RGB20212221-
CMYK0.090.9500.13
HSL294.55º89.7%45.69%-
HSV(B)294.55º94.57%86.67%-
XYZ37.5418.0469.91-
YUV92.64200.45206.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 12 (5.08% from 255) = 2.76%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=46.44%
G=2.76%
B=50.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202122210.090.9500.13294.5589.745.69
HexCACDD95F0D1275a2e
Octal312143351113701544713256
Binary1100101011001101110110011011111011011001001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca0cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca0cdd; }

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

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

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

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

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

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

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

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