#C31A96

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

Shades of Medium Violet Red #C31A96

Tints of Medium Violet Red #C31A96

Color information

#C31A96 (or 0xC31A96) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1A and 96. RGB value is (195,26,150). Sum of RGB (Red+Green+Blue) = 195+26+150=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A96 is #3CE569. Grayscale: #5A5A5A. Windows color (decimal): -3990890 or 9837251. OLE color: 9837251.

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

Color convert

RGB19526150-
CMYK00.870.230.24
HSL315.98º76.47%43.33%-
HSV(B)315.98º86.67%76.47%-
XYZ28.3814.5430.17-
YUV90.67161.49202.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 26 (10.55% from 255) = 7.01%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=52.56%
G=7.01%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952615000.870.230.24315.9876.4743.33
HexC31A96057171813c4c2b
Octal303322260127273047411453
Binary1100001111010100101100101011110111110001001111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31A96; }

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

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

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

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

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

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

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

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