#C319C0

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

Shades of Deep Magenta #C319C0

Tints of Deep Magenta #C319C0

Color information

#C319C0 (or 0xC319C0) is unknown color: approx Deep Magenta. HEX triplet: C3, 19 and C0. RGB value is (195,25,192). Sum of RGB (Red+Green+Blue) = 195+25+192=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C319C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319C0 is #3CE63F. Grayscale: #5E5E5E. Windows color (decimal): -3991104 or 12589507. OLE color: 12589507.

HSL color Cylindrical-coordinate representation of color #C319C0: hue angle of 301.06º 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 #C319C0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19525192-
CMYK00.870.020.24
HSL301.06º77.27%43.14%-
HSV(B)301.06º87.18%76.47%-
XYZ32.3716.151.27-
YUV94.87182.82199.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 25 (10.16% from 255) = 6.07%
BLUE value IS 192 (75.39% from 255) = 46.60%
R=47.33%
G=6.07%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952519200.870.020.24301.0677.2743.14
HexC319C005721812d4d2b
Octal30331300012723045511553
Binary1100001111001110000000101011110110001001011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C319C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C319C0; }

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

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

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

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

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

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

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

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