#CA11C4

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

Shades of Deep Magenta #CA11C4

Tints of Deep Magenta #CA11C4

Color information

#CA11C4 (or 0xCA11C4) is unknown color: approx Deep Magenta. HEX triplet: CA, 11 and C4. RGB value is (202,17,196). Sum of RGB (Red+Green+Blue) = 202+17+196=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11C4 is #35EE3B. Grayscale: #5C5C5C. Windows color (decimal): -3534396 or 12849610. OLE color: 12849610.

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

Color convert

RGB20217196-
CMYK00.920.030.21
HSL301.95º84.47%42.94%-
HSV(B)301.95º91.58%79.22%-
XYZ34.5216.9453.68-
YUV92.72186.29205.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 17 (7.03% from 255) = 4.10%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=48.67%
G=4.10%
B=47.23%

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
Decimal2021719600.920.030.21301.9584.4742.94
HexCA11C405C31512e542b
Octal31221304013432545612453
Binary1100101010001110001000101110011101011001011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA11C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA11C4; }

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

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

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

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

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

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

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

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