Html Css Color HEX #C31174 Medium Violet Red

📋 copy color: '#C31174'

red 195 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C31174

Tints of Medium Violet Red #C31174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

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

R = 59.45%
G = 5.18%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31174 (or 0xC31174) is known color: Medium Violet Red. HEX triplet: C3, 11 and 74. RGB value is (195,17,116). Sum of RGB (Red+Green+Blue) = 195+17+116=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31174 is #3CEE8B. Grayscale: #515151. Windows color (decimal): -3993228 or 7606723. OLE color: 7606723.

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

Color convert

RGB 195 17 116 -
CMYK 0 0.91 0.41 0.24
HSL 326.63º 0.84% 0.42% -
HSV(B) 326.63º 0.91% 0.76% -
XYZ 25.86 13.26 17.72 -
YUV 81.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 195 17 116 0 0.91 0.41 0.24 326.63 0.84 0.42
Hex C3 11 74 0 5B 29 18 147 54 2A
Octal 303 21 164 0 133 51 30 507 124 52
Binary 11000011 10001 1110100 0 1011011 101001 11000 101000111 1010100 101010

Color Harmonies of #C31174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31174

Black with #C31174

Text Example


Text Example

White with #C31174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31174; }

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

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

background-color css

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

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

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

border-color css

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

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

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