#CA11C3

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

Shades of Deep Magenta #CA11C3

Tints of Deep Magenta #CA11C3

Color information

#CA11C3 (or 0xCA11C3) is unknown color: approx Deep Magenta. HEX triplet: CA, 11 and C3. RGB value is (202,17,195). Sum of RGB (Red+Green+Blue) = 202+17+195=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11C3 is #35EE3C. Grayscale: #5C5C5C. Windows color (decimal): -3534397 or 12784074. OLE color: 12784074.

HSL color Cylindrical-coordinate representation of color #CA11C3: hue angle of 302.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11C3 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB20217195-
CMYK00.920.030.21
HSL302.27º84.47%42.94%-
HSV(B)302.27º91.58%79.22%-
XYZ34.4116.953.08-
YUV92.61185.79206.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 195 (76.56% from 255) = 47.10%
R=48.79%
G=4.11%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021719500.920.030.21302.2784.4742.94
HexCA11C305C31512e542b
Octal31221303013432545612453
Binary1100101010001110000110101110011101011001011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA11C3; }

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

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

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

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

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

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

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

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