#c314c3

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

Shades of Deep Magenta #C314C3

Tints of Deep Magenta #C314C3

Color information

#C314C3 (or 0xC314C3) is unknown color: approx Deep Magenta. HEX triplet: C3, 14 and C3. RGB value is (195,20,195). Sum of RGB (Red+Green+Blue) = 195+20+195=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C314C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314C3 is #3CEB3C. Grayscale: #5B5B5B. Windows color (decimal): -3992381 or 12784835. OLE color: 12784835.

HSL color Cylindrical-coordinate representation of color #C314C3: hue angle of 300º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314C3 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19520195-
CMYK00.9000.24
HSL300º81.4%42.16%-
HSV(B)300º89.74%76.47%-
XYZ32.6116.0453.01-
YUV92.28185.98201.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 20 (8.20% from 255) = 4.88%
BLUE value IS 195 (76.56% from 255) = 47.56%
R=47.56%
G=4.88%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952019500.9000.2430081.442.16
HexC314C305A01812c512a
Octal30324303013203045412152
Binary110000111010011000011010110100110001001011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c314c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c314c3; }

 p { color: rgb(195,20,195); }

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

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

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

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

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

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

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