#CA20C6

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

Shades of Deep Magenta #CA20C6

Tints of Deep Magenta #CA20C6

Color information

#CA20C6 (or 0xCA20C6) is unknown color: approx Deep Magenta. HEX triplet: CA, 20 and C6. RGB value is (202,32,198). Sum of RGB (Red+Green+Blue) = 202+32+198=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20C6 is #35DF39. Grayscale: #656565. Windows color (decimal): -3530554 or 12984522. OLE color: 12984522.

HSL color Cylindrical-coordinate representation of color #CA20C6: hue angle of 301.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20C6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB20232198-
CMYK00.840.020.21
HSL301.41º72.65%45.88%-
HSV(B)301.41º84.16%79.22%-
XYZ35.0717.6754.99-
YUV101.75182.32199.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 32 (12.89% from 255) = 7.41%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=46.76%
G=7.41%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023219800.840.020.21301.4172.6545.88
HexCA20C605421512d492e
Octal31240306012422545511156
Binary11001010100000110001100101010010101011001011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA20C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA20C6; }

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

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

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

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

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

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

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

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