#CA15C6

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

Shades of Deep Magenta #CA15C6

Tints of Deep Magenta #CA15C6

Color information

#CA15C6 (or 0xCA15C6) is unknown color: approx Deep Magenta. HEX triplet: CA, 15 and C6. RGB value is (202,21,198). Sum of RGB (Red+Green+Blue) = 202+21+198=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15C6 is #35EA39. Grayscale: #5E5E5E. Windows color (decimal): -3533370 or 12981706. OLE color: 12981706.

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

Color convert

RGB20221198-
CMYK00.900.020.21
HSL301.33º81.17%43.73%-
HSV(B)301.33º89.6%79.22%-
XYZ34.8217.1754.91-
YUV95.3185.97204.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 21 (8.59% from 255) = 4.99%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=47.98%
G=4.99%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022119800.900.020.21301.3381.1743.73
HexCA15C605A21512d512c
Octal31225306013222545512154
Binary1100101010101110001100101101010101011001011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA15C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA15C6; }

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

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

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

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

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

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

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

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