#C31C6C

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

Shades of Medium Violet Red #C31C6C

Tints of Medium Violet Red #C31C6C

Color information

#C31C6C (or 0xC31C6C) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1C and 6C. RGB value is (195,28,108). Sum of RGB (Red+Green+Blue) = 195+28+108=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C6C is #3CE393. Grayscale: #565656. Windows color (decimal): -3990420 or 7085251. OLE color: 7085251.

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

Color convert

RGB19528108-
CMYK00.860.450.24
HSL331.26º74.89%43.73%-
HSV(B)331.26º85.64%76.47%-
XYZ25.6313.5215.45-
YUV87.05139.83205-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=58.91%
G=8.46%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952810800.860.450.24331.2674.8943.73
HexC31C6C0562D1814b4b2c
Octal303341540126553051311354
Binary1100001111100110110001010110101101110001010010111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C6C; }

 p { color: rgb(195,28,108); }

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

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

 a { background-color: rgb(195,28,108); }

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

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

 span { border-color: rgb(195,28,108); }

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