#CA1BB2

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

Shades of Deep Magenta #CA1BB2

Tints of Deep Magenta #CA1BB2

Color information

#CA1BB2 (or 0xCA1BB2) is unknown color: approx Deep Magenta. HEX triplet: CA, 1B and B2. RGB value is (202,27,178). Sum of RGB (Red+Green+Blue) = 202+27+178=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BB2 is #35E44D. Grayscale: #606060. Windows color (decimal): -3531854 or 11672522. OLE color: 11672522.

HSL color Cylindrical-coordinate representation of color #CA1BB2: hue angle of 308.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1BB2 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20227178-
CMYK00.870.120.21
HSL308.23º76.42%44.9%-
HSV(B)308.23º86.63%79.22%-
XYZ32.7816.5543.59-
YUV96.54173.98203.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 27 (10.94% from 255) = 6.63%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=49.63%
G=6.63%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022717800.870.120.21308.2376.4244.9
HexCA1BB2057C151344c2d
Octal312332620127142546411455
Binary110010101101110110010010101111100101011001101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1BB2; }

 p { color: rgb(202,27,178); }

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

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

 a { background-color: rgb(202,27,178); }

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

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

 span { border-color: rgb(202,27,178); }

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