#C31E8C

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

Shades of Medium Violet Red #C31E8C

Tints of Medium Violet Red #C31E8C

Color information

#C31E8C (or 0xC31E8C) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1E and 8C. RGB value is (195,30,140). Sum of RGB (Red+Green+Blue) = 195+30+140=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E8C is #3CE173. Grayscale: #5B5B5B. Windows color (decimal): -3989876 or 9182915. OLE color: 9182915.

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

Color convert

RGB19530140-
CMYK00.850.280.24
HSL320º73.33%44.12%-
HSV(B)320º84.62%76.47%-
XYZ27.714.4226.13-
YUV91.88155.16201.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 30 (12.11% from 255) = 8.22%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=53.42%
G=8.22%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953014000.850.280.2432073.3344.12
HexC31E8C0551C18140492c
Octal303362140125343050011154
Binary1100001111110100011000101010111100110001010000001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E8C; }

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

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

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

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

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

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

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

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