#C311CA

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

Shades of Deep Magenta #C311CA

Tints of Deep Magenta #C311CA

Color information

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

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

Color convert

RGB19517202-
CMYK0.030.9200.21
HSL297.73º84.47%42.94%-
HSV(B)297.73º91.58%79.22%-
XYZ33.3716.2757.26-
YUV91.31190.47201.96-

RGB Variations

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

RGB

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

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
Decimal195172020.030.9200.21297.7384.4742.94
HexC311CA35C01512a542b
Octal30321312313402545212453
Binary1100001110001110010101110111000101011001010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311CA; }

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

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

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

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

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

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

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

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