Html Css Color HEX #C31979 Medium Violet Red

📋 copy color: '#C31979'

red 195 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #C31979

Tints of Medium Violet Red #C31979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 57.18%
G = 7.33%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31979 (or 0xC31979) is known color: Medium Violet Red. HEX triplet: C3, 19 and 79. RGB value is (195,25,121). Sum of RGB (Red+Green+Blue) = 195+25+121=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31979 is #3CE686. Grayscale: #565656. Windows color (decimal): -3991175 or 7936451. OLE color: 7936451.

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

Color convert

RGB 195 25 121 -
CMYK 0 0.87 0.38 0.24
HSL 326.12º 0.77% 0.43% -
HSV(B) 326.12º 0.87% 0.76% -
XYZ 26.3 13.68 19.34 -
YUV 86.77 147.32 205.19 -
System Red Green Blue C M Y K H S L
Decimal 195 25 121 0 0.87 0.38 0.24 326.12 0.77 0.43
Hex C3 19 79 0 57 26 18 146 4D 2B
Octal 303 31 171 0 127 46 30 506 115 53
Binary 11000011 11001 1111001 0 1010111 100110 11000 101000110 1001101 101011

Color Harmonies of #C31979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31979

Black with #C31979

Text Example


Text Example

White with #C31979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31979; }

 p { color: rgb(195,25,121); }

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

background-color css

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

 a { background-color: rgb(195,25,121); }

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

border-color css

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

 span { border-color: rgb(195,25,121); }

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