#CA16AC

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

Shades of Deep Magenta #CA16AC

Tints of Deep Magenta #CA16AC

Color information

#CA16AC (or 0xCA16AC) is unknown color: approx Deep Magenta. HEX triplet: CA, 16 and AC. RGB value is (202,22,172). Sum of RGB (Red+Green+Blue) = 202+22+172=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16AC is #35E953. Grayscale: #5C5C5C. Windows color (decimal): -3533140 or 11278026. OLE color: 11278026.

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

Color convert

RGB20222172-
CMYK00.890.150.21
HSL310º80.36%43.92%-
HSV(B)310º89.11%79.22%-
XYZ32.0916.1140.45-
YUV92.92172.63205.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 22 (8.98% from 255) = 5.56%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=51.01%
G=5.56%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022217200.890.150.2131080.3643.92
HexCA16AC059F15136502c
Octal312262540131172546612054
Binary110010101011010101100010110011111101011001101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA16AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA16AC; }

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

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

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

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

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

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

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

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