Html Css Color HEX #C31E79 Medium Violet Red

📋 copy color: '#C31E79'

red 195 ◦ green 30 ◦ blue 121

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

Shades of Medium Violet Red #C31E79

Tints of Medium Violet Red #C31E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 56.36%
G = 8.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31E79 (or 0xC31E79) is known color: Medium Violet Red. HEX triplet: C3, 1E and 79. RGB value is (195,30,121). Sum of RGB (Red+Green+Blue) = 195+30+121=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E79 is #3CE186. Grayscale: #595959. Windows color (decimal): -3989895 or 7937731. OLE color: 7937731.

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

Color convert

RGB 195 30 121 -
CMYK 0 0.85 0.38 0.24
HSL 326.91º 0.73% 0.44% -
HSV(B) 326.91º 0.85% 0.76% -
XYZ 26.42 13.91 19.38 -
YUV 89.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 195 30 121 0 0.85 0.38 0.24 326.91 0.73 0.44
Hex C3 1E 79 0 55 26 18 147 49 2C
Octal 303 36 171 0 125 46 30 507 111 54
Binary 11000011 11110 1111001 0 1010101 100110 11000 101000111 1001001 101100

Color Harmonies of #C31E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E79

Black with #C31E79

Text Example


Text Example

White with #C31E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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