#C31E8B

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

Shades of Medium Violet Red #C31E8B

Tints of Medium Violet Red #C31E8B

Color information

#C31E8B (or 0xC31E8B) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1E and 8B. RGB value is (195,30,139). Sum of RGB (Red+Green+Blue) = 195+30+139=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E8B is #3CE174. Grayscale: #5B5B5B. Windows color (decimal): -3989877 or 9117379. OLE color: 9117379.

HSL color Cylindrical-coordinate representation of color #C31E8B: hue angle of 320.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E8B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19530139-
CMYK00.850.290.24
HSL320.36º73.33%44.12%-
HSV(B)320.36º84.62%76.47%-
XYZ27.6314.3925.75-
YUV91.76154.66201.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 30 (12.11% from 255) = 8.24%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=53.57%
G=8.24%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953013900.850.290.24320.3673.3344.12
HexC31E8B0551D18140492c
Octal303362130125353050011154
Binary1100001111110100010110101010111101110001010000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E8B; }

 p { color: rgb(195,30,139); }

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

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

 a { background-color: rgb(195,30,139); }

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

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

 span { border-color: rgb(195,30,139); }

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