#CA16C3

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

Shades of Deep Magenta #CA16C3

Tints of Deep Magenta #CA16C3

Color information

#CA16C3 (or 0xCA16C3) is unknown color: approx Deep Magenta. HEX triplet: CA, 16 and C3. RGB value is (202,22,195). Sum of RGB (Red+Green+Blue) = 202+22+195=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16C3 is #35E93C. Grayscale: #5F5F5F. Windows color (decimal): -3533117 or 12785354. OLE color: 12785354.

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

Color convert

RGB20222195-
CMYK00.890.030.21
HSL302.33º80.36%43.92%-
HSV(B)302.33º89.11%79.22%-
XYZ34.4917.0753.11-
YUV95.54184.13203.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 22 (8.98% from 255) = 5.25%
BLUE value IS 195 (76.56% from 255) = 46.54%
R=48.21%
G=5.25%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022219500.890.030.21302.3380.3643.92
HexCA16C305931512e502c
Octal31226303013132545612054
Binary1100101010110110000110101100111101011001011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA16C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA16C3; }

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

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

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

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

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

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

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

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