Html Css Color HEX #C31379 Medium Violet Red

📋 copy color: '#C31379'

red 195 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #C31379

Tints of Medium Violet Red #C31379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 58.21%
G = 5.67%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31379 (or 0xC31379) is known color: Medium Violet Red. HEX triplet: C3, 13 and 79. RGB value is (195,19,121). Sum of RGB (Red+Green+Blue) = 195+19+121=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31379 is #3CEC86. Grayscale: #535353. Windows color (decimal): -3992711 or 7934915. OLE color: 7934915.

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

Color convert

RGB 195 19 121 -
CMYK 0 0.90 0.38 0.24
HSL 325.23º 0.82% 0.42% -
HSV(B) 325.23º 0.9% 0.76% -
XYZ 26.19 13.45 19.3 -
YUV 83.25 149.31 207.71 -
System Red Green Blue C M Y K H S L
Decimal 195 19 121 0 0.90 0.38 0.24 325.23 0.82 0.42
Hex C3 13 79 0 5A 26 18 145 52 2A
Octal 303 23 171 0 132 46 30 505 122 52
Binary 11000011 10011 1111001 0 1011010 100110 11000 101000101 1010010 101010

Color Harmonies of #C31379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31379

Black with #C31379

Text Example


Text Example

White with #C31379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31379; }

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

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

background-color css

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

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

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

border-color css

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

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

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