#C31C6A

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

Shades of Medium Violet Red #C31C6A

Tints of Medium Violet Red #C31C6A

Color information

#C31C6A (or 0xC31C6A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 1C and 6A. RGB value is (195,28,106). Sum of RGB (Red+Green+Blue) = 195+28+106=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C6A is #3CE395. Grayscale: #565656. Windows color (decimal): -3990422 or 6954179. OLE color: 6954179.

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

Color convert

RGB19528106-
CMYK00.860.460.24
HSL331.98º74.89%43.73%-
HSV(B)331.98º85.64%76.47%-
XYZ25.5213.4714.89-
YUV86.82138.83205.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 28 (11.33% from 255) = 8.51%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=59.27%
G=8.51%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952810600.860.460.24331.9874.8943.73
HexC31C6A0562E1814c4b2c
Octal303341520126563051411354
Binary1100001111100110101001010110101110110001010011001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31C6A; }

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

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

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

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

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

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

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

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