#CA0BBF

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

Shades of Deep Magenta #CA0BBF

Tints of Deep Magenta #CA0BBF

Color information

#CA0BBF (or 0xCA0BBF) is unknown color: approx Deep Magenta. HEX triplet: CA, 0B and BF. RGB value is (202,11,191). Sum of RGB (Red+Green+Blue) = 202+11+191=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BBF is #35F440. Grayscale: #585858. Windows color (decimal): -3535937 or 12520394. OLE color: 12520394.

HSL color Cylindrical-coordinate representation of color #CA0BBF: hue angle of 303.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20211191-
CMYK00.950.050.21
HSL303.46º89.67%41.76%-
HSV(B)303.46º94.55%79.22%-
XYZ33.8816.5650.7-
YUV88.63185.78208.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 2.72%
BLUE value IS 191 (75% from 255) = 47.28%
R=50%
G=2.72%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021119100.950.050.21303.4689.6741.76
HexCABBF05F51512f5a2a
Octal31213277013752545713252
Binary1100101010111011111101011111101101011001011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0BBF; }

 p { color: rgb(202,11,191); }

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

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

 a { background-color: rgb(202,11,191); }

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

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

 span { border-color: rgb(202,11,191); }

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