#CA19B6

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

Shades of Deep Magenta #CA19B6

Tints of Deep Magenta #CA19B6

Color information

#CA19B6 (or 0xCA19B6) is unknown color: approx Deep Magenta. HEX triplet: CA, 19 and B6. RGB value is (202,25,182). Sum of RGB (Red+Green+Blue) = 202+25+182=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19B6 is #35E649. Grayscale: #5F5F5F. Windows color (decimal): -3532362 or 11934154. OLE color: 11934154.

HSL color Cylindrical-coordinate representation of color #CA19B6: hue angle of 306.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19B6 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20225182-
CMYK00.880.100.21
HSL306.78º77.97%44.51%-
HSV(B)306.78º87.62%79.22%-
XYZ33.1516.6345.72-
YUV95.82176.64203.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 25 (10.16% from 255) = 6.11%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=49.39%
G=6.11%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022518200.880.100.21306.7877.9744.51
HexCA19B6058A151334e2d
Octal312312660130122546311655
Binary110010101100110110110010110001010101011001100111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA19B6; }

 p { color: rgb(202,25,182); }

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

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

 a { background-color: rgb(202,25,182); }

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

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

 span { border-color: rgb(202,25,182); }

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