Html Css Color HEX #C31E74 Medium Violet Red

📋 copy color: '#C31E74'

red 195 ◦ green 30 ◦ blue 116

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

Shades of Medium Violet Red #C31E74

Tints of Medium Violet Red #C31E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 57.18%
G = 8.8%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31E74 (or 0xC31E74) is known color: Medium Violet Red. HEX triplet: C3, 1E and 74. RGB value is (195,30,116). Sum of RGB (Red+Green+Blue) = 195+30+116=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E74 is #3CE18B. Grayscale: #585858. Windows color (decimal): -3989900 or 7610051. OLE color: 7610051.

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

Color convert

RGB 195 30 116 -
CMYK 0 0.85 0.41 0.24
HSL 328.73º 0.73% 0.44% -
HSV(B) 328.73º 0.85% 0.76% -
XYZ 26.12 13.79 17.81 -
YUV 89.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 195 30 116 0 0.85 0.41 0.24 328.73 0.73 0.44
Hex C3 1E 74 0 55 29 18 149 49 2C
Octal 303 36 164 0 125 51 30 511 111 54
Binary 11000011 11110 1110100 0 1010101 101001 11000 101001001 1001001 101100

Color Harmonies of #C31E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E74

Black with #C31E74

Text Example


Text Example

White with #C31E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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