#CA16C5

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

Shades of Deep Magenta #CA16C5

Tints of Deep Magenta #CA16C5

Color information

#CA16C5 (or 0xCA16C5) is unknown color: approx Deep Magenta. HEX triplet: CA, 16 and C5. RGB value is (202,22,197). Sum of RGB (Red+Green+Blue) = 202+22+197=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16C5 is #35E93A. Grayscale: #5F5F5F. Windows color (decimal): -3533115 or 12916426. OLE color: 12916426.

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

Color convert

RGB20222197-
CMYK00.890.020.21
HSL301.67º80.36%43.92%-
HSV(B)301.67º89.11%79.22%-
XYZ34.7217.1654.31-
YUV95.77185.13203.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 22 (8.98% from 255) = 5.23%
BLUE value IS 197 (77.34% from 255) = 46.79%
R=47.98%
G=5.23%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022219700.890.020.21301.6780.3643.92
HexCA16C505921512e502c
Octal31226305013122545612054
Binary1100101010110110001010101100110101011001011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA16C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA16C5; }

 p { color: rgb(202,22,197); }

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

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

 a { background-color: rgb(202,22,197); }

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

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

 span { border-color: rgb(202,22,197); }

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