#C312C7

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

Shades of Deep Magenta #C312C7

Tints of Deep Magenta #C312C7

Color information

#C312C7 (or 0xC312C7) is unknown color: approx Deep Magenta. HEX triplet: C3, 12 and C7. RGB value is (195,18,199). Sum of RGB (Red+Green+Blue) = 195+18+199=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #C312C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312C7 is #3CED38. Grayscale: #5B5B5B. Windows color (decimal): -3992889 or 13046467. OLE color: 13046467.

HSL color Cylindrical-coordinate representation of color #C312C7: hue angle of 298.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312C7 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19518199-
CMYK0.020.9100.22
HSL298.67º83.41%42.55%-
HSV(B)298.67º90.95%78.04%-
XYZ33.0316.1655.41-
YUV91.56188.64201.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 18 (7.42% from 255) = 4.37%
BLUE value IS 199 (78.12% from 255) = 48.30%
R=47.33%
G=4.37%
B=48.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195181990.020.9100.22298.6783.4142.55
HexC312C725B01612b532b
Octal30322307213302645312353
Binary1100001110010110001111010110110101101001010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C312C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C312C7; }

 p { color: rgb(195,18,199); }

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

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

 a { background-color: rgb(195,18,199); }

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

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

 span { border-color: rgb(195,18,199); }

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