#CA20C7

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

Shades of Deep Magenta #CA20C7

Tints of Deep Magenta #CA20C7

Color information

#CA20C7 (or 0xCA20C7) is unknown color: approx Deep Magenta. HEX triplet: CA, 20 and C7. RGB value is (202,32,199). Sum of RGB (Red+Green+Blue) = 202+32+199=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20C7 is #35DF38. Grayscale: #656565. Windows color (decimal): -3530553 or 13050058. OLE color: 13050058.

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

Color convert

RGB20232199-
CMYK00.840.010.21
HSL301.06º72.65%45.88%-
HSV(B)301.06º84.16%79.22%-
XYZ35.1817.7155.6-
YUV101.87182.82199.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 32 (12.89% from 255) = 7.39%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=46.65%
G=7.39%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023219900.840.010.21301.0672.6545.88
HexCA20C705411512d492e
Octal31240307012412545511156
Binary1100101010000011000111010101001101011001011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA20C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA20C7; }

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

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

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

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

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

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

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

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