#C31A7E

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

Shades of Medium Violet Red #C31A7E

Tints of Medium Violet Red #C31A7E

Color information

#C31A7E (or 0xC31A7E) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1A and 7E. RGB value is (195,26,126). Sum of RGB (Red+Green+Blue) = 195+26+126=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A7E is #3CE581. Grayscale: #575757. Windows color (decimal): -3990914 or 8264387. OLE color: 8264387.

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

Color convert

RGB19526126-
CMYK00.870.350.24
HSL324.5º76.47%43.33%-
HSV(B)324.5º86.67%76.47%-
XYZ26.6413.8521.01-
YUV87.93149.49204.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=56.20%
G=7.49%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952612600.870.350.24324.576.4743.33
HexC31A7E05723181444c2b
Octal303321760127433050411453
Binary1100001111010111111001010111100011110001010001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A7E; }

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

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

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

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

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

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

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

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