Html Css Color HEX #C31F80 Medium Violet Red

📋 copy color: '#C31F80'

red 195 ◦ green 31 ◦ blue 128

#C31F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C31F80

Tints of Medium Violet Red #C31F80

RGB

 RED value IS 195 (76.56% from 255) = 55.08%

 GREEN value IS 31 (12.5% from 255) = 8.76%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 55.08%
G = 8.76%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C31F80 (or 0xC31F80) is known color: Medium Violet Red. HEX triplet: C3, 1F and 80. RGB value is (195,31,128). Sum of RGB (Red+Green+Blue) = 195+31+128=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F80 is #3CE07F. Grayscale: #5A5A5A. Windows color (decimal): -3989632 or 8396739. OLE color: 8396739.

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

Color convert

RGB 195 31 128 -
CMYK 0 0.84 0.34 0.24
HSL 324.51º 0.73% 0.44% -
HSV(B) 324.51º 0.84% 0.76% -
XYZ 26.89 14.14 21.73 -
YUV 91.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 195 31 128 0 0.84 0.34 0.24 324.51 0.73 0.44
Hex C3 1F 80 0 54 22 18 145 49 2C
Octal 303 37 200 0 124 42 30 505 111 54
Binary 11000011 11111 10000000 0 1010100 100010 11000 101000101 1001001 101100

Color Harmonies of #C31F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F80

Black with #C31F80

Text Example


Text Example

White with #C31F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F80; }

 p { color: rgb(195,31,128); }

 H1.HeaderClassName
 {
   color: #C31F80;
 }
 .AnyTagClassName
 {
   color: #C31F80;
 }
</style>

background-color css

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

 a { background-color: rgb(195,31,128); }

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

border-color css

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

 span { border-color: rgb(195,31,128); }

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