#CA15B6

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

Shades of Deep Magenta #CA15B6

Tints of Deep Magenta #CA15B6

Color information

#CA15B6 (or 0xCA15B6) is unknown color: approx Deep Magenta. HEX triplet: CA, 15 and B6. RGB value is (202,21,182). Sum of RGB (Red+Green+Blue) = 202+21+182=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15B6 is #35EA49. Grayscale: #5D5D5D. Windows color (decimal): -3533386 or 11933130. OLE color: 11933130.

HSL color Cylindrical-coordinate representation of color #CA15B6: hue angle of 306.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15B6 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20221182-
CMYK00.900.100.21
HSL306.63º81.17%43.73%-
HSV(B)306.63º89.6%79.22%-
XYZ33.0716.4745.69-
YUV93.47177.97205.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 21 (8.59% from 255) = 5.19%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=49.88%
G=5.19%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022118200.900.100.21306.6381.1743.73
HexCA15B605AA15133512c
Octal312252660132122546312154
Binary110010101010110110110010110101010101011001100111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA15B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA15B6; }

 p { color: rgb(202,21,182); }

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

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

 a { background-color: rgb(202,21,182); }

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

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

 span { border-color: rgb(202,21,182); }

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