Html Css Color HEX #C31F78 Medium Violet Red

📋 copy color: '#C31F78'

red 195 ◦ green 31 ◦ blue 120

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

Shades of Medium Violet Red #C31F78

Tints of Medium Violet Red #C31F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 56.36%
G = 8.96%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31F78 (or 0xC31F78) is known color: Medium Violet Red. HEX triplet: C3, 1F and 78. RGB value is (195,31,120). Sum of RGB (Red+Green+Blue) = 195+31+120=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F78 is #3CE087. Grayscale: #595959. Windows color (decimal): -3989640 or 7872451. OLE color: 7872451.

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

Color convert

RGB 195 31 120 -
CMYK 0 0.84 0.38 0.24
HSL 327.44º 0.73% 0.44% -
HSV(B) 327.44º 0.84% 0.76% -
XYZ 26.39 13.94 19.07 -
YUV 90.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 195 31 120 0 0.84 0.38 0.24 327.44 0.73 0.44
Hex C3 1F 78 0 54 26 18 147 49 2C
Octal 303 37 170 0 124 46 30 507 111 54
Binary 11000011 11111 1111000 0 1010100 100110 11000 101000111 1001001 101100

Color Harmonies of #C31F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F78

Black with #C31F78

Text Example


Text Example

White with #C31F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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