Html Css Color HEX #C31F91 Medium Violet Red

📋 copy color: '#C31F91'

red 195 ◦ green 31 ◦ blue 145

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

Shades of Medium Violet Red #C31F91

Tints of Medium Violet Red #C31F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

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

R = 52.56%
G = 8.36%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31F91 (or 0xC31F91) is known color: Medium Violet Red. HEX triplet: C3, 1F and 91. RGB value is (195,31,145). Sum of RGB (Red+Green+Blue) = 195+31+145=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F91 is #3CE06E. Grayscale: #5C5C5C. Windows color (decimal): -3989615 or 9510851. OLE color: 9510851.

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

Color convert

RGB 195 31 145 -
CMYK 0 0.84 0.26 0.24
HSL 318.29º 0.73% 0.44% -
HSV(B) 318.29º 0.84% 0.76% -
XYZ 28.11 14.63 28.13 -
YUV 93.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 195 31 145 0 0.84 0.26 0.24 318.29 0.73 0.44
Hex C3 1F 91 0 54 1A 18 13E 49 2C
Octal 303 37 221 0 124 32 30 476 111 54
Binary 11000011 11111 10010001 0 1010100 11010 11000 100111110 1001001 101100

Color Harmonies of #C31F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F91

Black with #C31F91

Text Example


Text Example

White with #C31F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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