#C31682

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

Shades of Medium Violet Red #C31682

Tints of Medium Violet Red #C31682

Color information

#C31682 (or 0xC31682) is unknown color: approx Medium Violet Red. HEX triplet: C3, 16 and 82. RGB value is (195,22,130). Sum of RGB (Red+Green+Blue) = 195+22+130=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31682 is #3CE97D. Grayscale: #555555. Windows color (decimal): -3991934 or 8525507. OLE color: 8525507.

HSL color Cylindrical-coordinate representation of color #C31682: hue angle of 322.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31682 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19522130-
CMYK00.890.330.24
HSL322.54º79.72%42.55%-
HSV(B)322.54º88.72%76.47%-
XYZ26.8213.7922.37-
YUV86.04152.81205.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.20%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=56.20%
G=6.34%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952213000.890.330.24322.5479.7242.55
HexC316820592118143502b
Octal303262020131413050312053
Binary11000011101101000001001011001100001110001010000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31682; }

 p { color: rgb(195,22,130); }

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

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

 a { background-color: rgb(195,22,130); }

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

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

 span { border-color: rgb(195,22,130); }

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