#CA10BB

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

Shades of Deep Magenta #CA10BB

Tints of Deep Magenta #CA10BB

Color information

#CA10BB (or 0xCA10BB) is unknown color: approx Deep Magenta. HEX triplet: CA, 10 and BB. RGB value is (202,16,187). Sum of RGB (Red+Green+Blue) = 202+16+187=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10BB is #35EF44. Grayscale: #5A5A5A. Windows color (decimal): -3534661 or 12259530. OLE color: 12259530.

HSL color Cylindrical-coordinate representation of color #CA10BB: hue angle of 304.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10BB is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20216187-
CMYK00.920.070.21
HSL304.84º85.32%42.75%-
HSV(B)304.84º92.08%79.22%-
XYZ33.5116.5148.44-
YUV91.11182.12207.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 16 (6.64% from 255) = 3.95%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=49.88%
G=3.95%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021618700.920.070.21304.8485.3242.75
HexCA10BB05C715131552b
Octal31220273013472546112553
Binary11001010100001011101101011100111101011001100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA10BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA10BB; }

 p { color: rgb(202,16,187); }

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

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

 a { background-color: rgb(202,16,187); }

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

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

 span { border-color: rgb(202,16,187); }

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