#c315c9

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

Shades of Deep Magenta #C315C9

Tints of Deep Magenta #C315C9

Color information

#C315C9 (or 0xC315C9) is unknown color: approx Deep Magenta. HEX triplet: C3, 15 and C9. RGB value is (195,21,201). Sum of RGB (Red+Green+Blue) = 195+21+201=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #C315C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315C9 is #3CEA36. Grayscale: #5D5D5D. Windows color (decimal): -3992119 or 13178307. OLE color: 13178307.

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

Color convert

RGB19521201-
CMYK0.030.9000.21
HSL298º81.08%43.53%-
HSV(B)298º89.55%78.82%-
XYZ33.3216.3656.66-
YUV93.55188.65200.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 21 (8.59% from 255) = 5.04%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=46.76%
G=5.04%
B=48.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195212010.030.9000.2129881.0843.53
HexC315C935A01512a512c
Octal30325311313202545212154
Binary1100001110101110010011110110100101011001010101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c315c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c315c9; }

 p { color: rgb(195,21,201); }

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

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

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

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

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

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

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