Html Css Color HEX #C31C71 Medium Violet Red

📋 copy color: '#C31C71'

red 195 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #C31C71

Tints of Medium Violet Red #C31C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 58.04%
G = 8.33%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31C71 (or 0xC31C71) is known color: Medium Violet Red. HEX triplet: C3, 1C and 71. RGB value is (195,28,113). Sum of RGB (Red+Green+Blue) = 195+28+113=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C71 is #3CE38E. Grayscale: #575757. Windows color (decimal): -3990415 or 7412931. OLE color: 7412931.

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

Color convert

RGB 195 28 113 -
CMYK 0 0.86 0.42 0.24
HSL 329.46º 0.75% 0.44% -
HSV(B) 329.46º 0.86% 0.76% -
XYZ 25.9 13.62 16.89 -
YUV 87.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 195 28 113 0 0.86 0.42 0.24 329.46 0.75 0.44
Hex C3 1C 71 0 56 2A 18 149 4B 2C
Octal 303 34 161 0 126 52 30 511 113 54
Binary 11000011 11100 1110001 0 1010110 101010 11000 101001001 1001011 101100

Color Harmonies of #C31C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C71

Black with #C31C71

Text Example


Text Example

White with #C31C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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