#CA2BCB

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

Shades of Deep Magenta #CA2BCB

Tints of Deep Magenta #CA2BCB

Color information

#CA2BCB (or 0xCA2BCB) is unknown color: approx Deep Magenta. HEX triplet: CA, 2B and CB. RGB value is (202,43,203). Sum of RGB (Red+Green+Blue) = 202+43+203=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BCB is #35D434. Grayscale: #6C6C6C. Windows color (decimal): -3527733 or 13315018. OLE color: 13315018.

HSL color Cylindrical-coordinate representation of color #CA2BCB: hue angle of 299.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BCB is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20243203-
CMYK0.000.7900.20
HSL299.62º65.04%48.24%-
HSV(B)299.62º78.82%79.61%-
XYZ3618.658.19-
YUV108.78181.18194.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=45.09%
G=9.60%
B=45.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202432030.000.7900.20299.6265.0448.24
HexCA2BCB04F01412c4130
Octal31253313011702445410160
Binary1100101010101111001011010011110101001001011001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BCB; }

 p { color: rgb(202,43,203); }

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

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

 a { background-color: rgb(202,43,203); }

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

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

 span { border-color: rgb(202,43,203); }

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