#C31A76

Color #C31A76 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C31A76

Tints of Medium Violet Red #C31A76

Color information

#C31A76 (or 0xC31A76) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1A and 76. RGB value is (195,26,118). Sum of RGB (Red+Green+Blue) = 195+26+118=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A76 is #3CE589. Grayscale: #565656. Windows color (decimal): -3990922 or 7740099. OLE color: 7740099.

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

Color convert

RGB19526118-
CMYK00.870.390.24
HSL327.34º76.47%43.33%-
HSV(B)327.34º86.67%76.47%-
XYZ26.1513.6518.4-
YUV87.02145.49205.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=57.52%
G=7.67%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952611800.870.390.24327.3476.4743.33
HexC31A7605727181474c2b
Octal303321660127473050711453
Binary1100001111010111011001010111100111110001010001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A76; }

 p { color: rgb(195,26,118); }

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

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

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

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

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

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

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