#c319c3

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

Shades of Deep Magenta #C319C3

Tints of Deep Magenta #C319C3

Color information

#C319C3 (or 0xC319C3) is unknown color: approx Deep Magenta. HEX triplet: C3, 19 and C3. RGB value is (195,25,195). Sum of RGB (Red+Green+Blue) = 195+25+195=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C319C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319C3 is #3CE63C. Grayscale: #5E5E5E. Windows color (decimal): -3991101 or 12786115. OLE color: 12786115.

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

Color convert

RGB19525195-
CMYK00.8700.24
HSL300º77.27%43.14%-
HSV(B)300º87.18%76.47%-
XYZ32.716.2453.04-
YUV95.21184.32199.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 25 (10.16% from 255) = 6.02%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=46.99%
G=6.02%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952519500.8700.2430077.2743.14
HexC319C305701812c4d2b
Octal30331303012703045411553
Binary110000111100111000011010101110110001001011001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c319c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c319c3; }

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

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

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

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

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

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

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

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