#C311CC

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

Shades of Deep Magenta #C311CC

Tints of Deep Magenta #C311CC

Color information

#C311CC (or 0xC311CC) is unknown color: approx Deep Magenta. HEX triplet: C3, 11 and CC. RGB value is (195,17,204). Sum of RGB (Red+Green+Blue) = 195+17+204=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C311CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311CC is #3CEE33. Grayscale: #5A5A5A. Windows color (decimal): -3993140 or 13373891. OLE color: 13373891.

HSL color Cylindrical-coordinate representation of color #C311CC: hue angle of 297.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C311CC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19517204-
CMYK0.040.9200.2
HSL297.11º84.62%43.33%-
HSV(B)297.11º91.67%80%-
XYZ33.6116.3658.51-
YUV91.54191.47201.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 17 (7.03% from 255) = 4.09%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=46.88%
G=4.09%
B=49.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195172040.040.9200.2297.1184.6243.33
HexC311CC45C014129552b
Octal30321314413402445112553
Binary11000011100011100110010010111000101001001010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311CC; }

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

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

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

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

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

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

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

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