Html Css Color HEX #C31771 Medium Violet Red

📋 copy color: '#C31771'

red 195 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #C31771

Tints of Medium Violet Red #C31771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

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

R = 58.91%
G = 6.95%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31771 (or 0xC31771) is known color: Medium Violet Red. HEX triplet: C3, 17 and 71. RGB value is (195,23,113). Sum of RGB (Red+Green+Blue) = 195+23+113=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C31771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31771 is #3CE88E. Grayscale: #545454. Windows color (decimal): -3991695 or 7411651. OLE color: 7411651.

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

Color convert

RGB 195 23 113 -
CMYK 0 0.88 0.42 0.24
HSL 328.6º 0.79% 0.43% -
HSV(B) 328.6º 0.88% 0.76% -
XYZ 25.79 13.41 16.85 -
YUV 84.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 195 23 113 0 0.88 0.42 0.24 328.6 0.79 0.43
Hex C3 17 71 0 58 2A 18 149 4F 2B
Octal 303 27 161 0 130 52 30 511 117 53
Binary 11000011 10111 1110001 0 1011000 101010 11000 101001001 1001111 101011

Color Harmonies of #C31771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31771

Black with #C31771

Text Example


Text Example

White with #C31771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31771; }

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

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

background-color css

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

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

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

border-color css

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

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

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