#C411CA

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

Shades of Deep Magenta #C411CA

Tints of Deep Magenta #C411CA

Color information

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

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

Color convert

RGB19617202-
CMYK0.030.9200.21
HSL298.05º84.47%42.94%-
HSV(B)298.05º91.58%79.22%-
XYZ33.6316.457.27-
YUV91.61190.3202.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196172020.030.9200.21298.0584.4742.94
HexC411CA35C01512a542b
Octal30421312313402545212453
Binary1100010010001110010101110111000101011001010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C411CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C411CA; }

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

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

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

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

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

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

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

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