Html Css Color HEX #C31E71 Medium Violet Red

📋 copy color: '#C31E71'

red 195 ◦ green 30 ◦ blue 113

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

Shades of Medium Violet Red #C31E71

Tints of Medium Violet Red #C31E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 57.69%
G = 8.88%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31E71 (or 0xC31E71) is known color: Medium Violet Red. HEX triplet: C3, 1E and 71. RGB value is (195,30,113). Sum of RGB (Red+Green+Blue) = 195+30+113=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E71 is #3CE18E. Grayscale: #585858. Windows color (decimal): -3989903 or 7413443. OLE color: 7413443.

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

Color convert

RGB 195 30 113 -
CMYK 0 0.85 0.42 0.24
HSL 329.82º 0.73% 0.44% -
HSV(B) 329.82º 0.85% 0.76% -
XYZ 25.95 13.72 16.9 -
YUV 88.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 195 30 113 0 0.85 0.42 0.24 329.82 0.73 0.44
Hex C3 1E 71 0 55 2A 18 14A 49 2C
Octal 303 36 161 0 125 52 30 512 111 54
Binary 11000011 11110 1110001 0 1010101 101010 11000 101001010 1001001 101100

Color Harmonies of #C31E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E71

Black with #C31E71

Text Example


Text Example

White with #C31E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E71; }

 p { color: rgb(195,30,113); }

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

background-color css

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

 a { background-color: rgb(195,30,113); }

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

border-color css

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

 span { border-color: rgb(195,30,113); }

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