#CA15BA

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

Shades of Deep Magenta #CA15BA

Tints of Deep Magenta #CA15BA

Color information

#CA15BA (or 0xCA15BA) is unknown color: approx Deep Magenta. HEX triplet: CA, 15 and BA. RGB value is (202,21,186). Sum of RGB (Red+Green+Blue) = 202+21+186=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15BA is #35EA45. Grayscale: #5D5D5D. Windows color (decimal): -3533382 or 12195274. OLE color: 12195274.

HSL color Cylindrical-coordinate representation of color #CA15BA: hue angle of 305.3º 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 #CA15BA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20221186-
CMYK00.900.080.21
HSL305.3º81.17%43.73%-
HSV(B)305.3º89.6%79.22%-
XYZ33.4916.6447.9-
YUV93.93179.97205.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 21 (8.59% from 255) = 5.13%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=49.39%
G=5.13%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022118600.900.080.21305.381.1743.73
HexCA15BA05A815131512c
Octal312252720132102546112154
Binary110010101010110111010010110101000101011001100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA15BA; }

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

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

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

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

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

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

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

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