Html Css Color HEX #C31171 Medium Violet Red

📋 copy color: '#C31171'

red 195 ◦ green 17 ◦ blue 113

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

Shades of Medium Violet Red #C31171

Tints of Medium Violet Red #C31171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

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

R = 60%
G = 5.23%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31171 (or 0xC31171) is known color: Medium Violet Red. HEX triplet: C3, 11 and 71. RGB value is (195,17,113). Sum of RGB (Red+Green+Blue) = 195+17+113=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C31171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31171 is #3CEE8E. Grayscale: #505050. Windows color (decimal): -3993231 or 7410115. OLE color: 7410115.

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

Color convert

RGB 195 17 113 -
CMYK 0 0.91 0.42 0.24
HSL 327.64º 0.84% 0.42% -
HSV(B) 327.64º 0.91% 0.76% -
XYZ 25.69 13.2 16.82 -
YUV 81.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 195 17 113 0 0.91 0.42 0.24 327.64 0.84 0.42
Hex C3 11 71 0 5B 2A 18 148 54 2A
Octal 303 21 161 0 133 52 30 510 124 52
Binary 11000011 10001 1110001 0 1011011 101010 11000 101001000 1010100 101010

Color Harmonies of #C31171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31171

Black with #C31171

Text Example


Text Example

White with #C31171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31171; }

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

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

background-color css

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

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

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

border-color css

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

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

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