Html Css Color HEX #C31191 Medium Violet Red

📋 copy color: '#C31191'

red 195 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #C31191

Tints of Medium Violet Red #C31191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 54.62%
G = 4.76%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31191 (or 0xC31191) is known color: Medium Violet Red. HEX triplet: C3, 11 and 91. RGB value is (195,17,145). Sum of RGB (Red+Green+Blue) = 195+17+145=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C31191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31191 is #3CEE6E. Grayscale: #545454. Windows color (decimal): -3993199 or 9507267. OLE color: 9507267.

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

Color convert

RGB 195 17 145 -
CMYK 0 0.91 0.26 0.24
HSL 316.85º 0.84% 0.42% -
HSV(B) 316.85º 0.91% 0.76% -
XYZ 27.82 14.05 28.03 -
YUV 84.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 195 17 145 0 0.91 0.26 0.24 316.85 0.84 0.42
Hex C3 11 91 0 5B 1A 18 13D 54 2A
Octal 303 21 221 0 133 32 30 475 124 52
Binary 11000011 10001 10010001 0 1011011 11010 11000 100111101 1010100 101010

Color Harmonies of #C31191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31191

Black with #C31191

Text Example


Text Example

White with #C31191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31191; }

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

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

background-color css

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

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

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

border-color css

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

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

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