#C11CCA

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

Shades of Deep Magenta #C11CCA

Tints of Deep Magenta #C11CCA

Color information

#C11CCA (or 0xC11CCA) is unknown color: approx Deep Magenta. HEX triplet: C1, 1C and CA. RGB value is (193,28,202). Sum of RGB (Red+Green+Blue) = 193+28+202=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #C11CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCA is #3EE335. Grayscale: #606060. Windows color (decimal): -4121398 or 13245633. OLE color: 13245633.

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

Color convert

RGB19328202-
CMYK0.040.8600.21
HSL296.9º75.65%45.1%-
HSV(B)296.9º86.14%79.22%-
XYZ33.0716.4357.31-
YUV97.17187.16196.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 28 (11.33% from 255) = 6.62%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=45.63%
G=6.62%
B=47.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193282020.040.8600.21296.975.6545.1
HexC11CCA4560151294c2d
Octal30134312412602545111455
Binary11000001111001100101010010101100101011001010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11CCA; }

 p { color: rgb(193,28,202); }

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

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

 a { background-color: rgb(193,28,202); }

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

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

 span { border-color: rgb(193,28,202); }

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