#C316CA

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

Shades of Deep Magenta #C316CA

Tints of Deep Magenta #C316CA

Color information

#C316CA (or 0xC316CA) is unknown color: approx Deep Magenta. HEX triplet: C3, 16 and CA. RGB value is (195,22,202). Sum of RGB (Red+Green+Blue) = 195+22+202=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #C316CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C316CA is #3CE935. Grayscale: #5D5D5D. Windows color (decimal): -3991862 or 13244099. OLE color: 13244099.

HSL color Cylindrical-coordinate representation of color #C316CA: hue angle of 297.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316CA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19522202-
CMYK0.030.8900.21
HSL297.67º80.36%43.92%-
HSV(B)297.67º89.11%79.22%-
XYZ33.4516.4457.29-
YUV94.25188.81199.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 22 (8.98% from 255) = 5.25%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=46.54%
G=5.25%
B=48.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195222020.030.8900.21297.6780.3643.92
HexC316CA35901512a502c
Octal30326312313102545212054
Binary1100001110110110010101110110010101011001010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C316CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C316CA; }

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

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

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

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

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

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

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

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