Html Css Color HEX #C31579 Medium Violet Red

📋 copy color: '#C31579'

red 195 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #C31579

Tints of Medium Violet Red #C31579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

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

R = 57.86%
G = 6.23%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31579 (or 0xC31579) is known color: Medium Violet Red. HEX triplet: C3, 15 and 79. RGB value is (195,21,121). Sum of RGB (Red+Green+Blue) = 195+21+121=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C31579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31579 is #3CEA86. Grayscale: #545454. Windows color (decimal): -3992199 or 7935427. OLE color: 7935427.

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

Color convert

RGB 195 21 121 -
CMYK 0 0.89 0.38 0.24
HSL 325.52º 0.81% 0.42% -
HSV(B) 325.52º 0.89% 0.76% -
XYZ 26.23 13.52 19.32 -
YUV 84.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 195 21 121 0 0.89 0.38 0.24 325.52 0.81 0.42
Hex C3 15 79 0 59 26 18 146 51 2A
Octal 303 25 171 0 131 46 30 506 121 52
Binary 11000011 10101 1111001 0 1011001 100110 11000 101000110 1010001 101010

Color Harmonies of #C31579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31579

Black with #C31579

Text Example


Text Example

White with #C31579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31579; }

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

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

background-color css

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

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

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

border-color css

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

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

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