#C31C6B

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

Shades of Medium Violet Red #C31C6B

Tints of Medium Violet Red #C31C6B

Color information

#C31C6B (or 0xC31C6B) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1C and 6B. RGB value is (195,28,107). Sum of RGB (Red+Green+Blue) = 195+28+107=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C6B is #3CE394. Grayscale: #565656. Windows color (decimal): -3990421 or 7019715. OLE color: 7019715.

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

Color convert

RGB19528107-
CMYK00.860.450.24
HSL331.62º74.89%43.73%-
HSV(B)331.62º85.64%76.47%-
XYZ25.5713.4915.17-
YUV86.94139.33205.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=59.09%
G=8.48%
B=32.42%

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
Decimal1952810700.860.450.24331.6274.8943.73
HexC31C6B0562D1814c4b2c
Octal303341530126553051411354
Binary1100001111100110101101010110101101110001010011001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C6B; }

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

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

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

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

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

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

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

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