#C31A6E

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

Shades of Medium Violet Red #C31A6E

Tints of Medium Violet Red #C31A6E

Color information

#C31A6E (or 0xC31A6E) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1A and 6E. RGB value is (195,26,110). Sum of RGB (Red+Green+Blue) = 195+26+110=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A6E is #3CE591. Grayscale: #555555. Windows color (decimal): -3990930 or 7215811. OLE color: 7215811.

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

Color convert

RGB19526110-
CMYK00.870.440.24
HSL330.18º76.47%43.33%-
HSV(B)330.18º86.67%76.47%-
XYZ25.6913.4716-
YUV86.11141.49205.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=58.91%
G=7.85%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952611000.870.440.24330.1876.4743.33
HexC31A6E0572C1814a4c2b
Octal303321560127543051211453
Binary1100001111010110111001010111101100110001010010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A6E; }

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

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

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

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

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

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

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

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