Html Css Color HEX #C31F73 Medium Violet Red

📋 copy color: '#C31F73'

red 195 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #C31F73

Tints of Medium Violet Red #C31F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 57.18%
G = 9.09%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31F73 (or 0xC31F73) is known color: Medium Violet Red. HEX triplet: C3, 1F and 73. RGB value is (195,31,115). Sum of RGB (Red+Green+Blue) = 195+31+115=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F73 is #3CE08C. Grayscale: #595959. Windows color (decimal): -3989645 or 7544771. OLE color: 7544771.

HSL color Cylindrical-coordinate representation of color #C31F73: hue angle of 329.27º 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 #C31F73 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 115 -
CMYK 0 0.84 0.41 0.24
HSL 329.27º 0.73% 0.44% -
HSV(B) 329.27º 0.84% 0.76% -
XYZ 26.09 13.82 17.51 -
YUV 89.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 195 31 115 0 0.84 0.41 0.24 329.27 0.73 0.44
Hex C3 1F 73 0 54 29 18 149 49 2C
Octal 303 37 163 0 124 51 30 511 111 54
Binary 11000011 11111 1110011 0 1010100 101001 11000 101001001 1001001 101100

Color Harmonies of #C31F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F73

Black with #C31F73

Text Example


Text Example

White with #C31F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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