Html Css Color HEX #C31F9B Medium Violet Red

📋 copy color: '#C31F9B'

red 195 ◦ green 31 ◦ blue 155

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

Shades of Medium Violet Red #C31F9B

Tints of Medium Violet Red #C31F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 51.18%
G = 8.14%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C31F9B (or 0xC31F9B) is known color: Medium Violet Red. HEX triplet: C3, 1F and 9B. RGB value is (195,31,155). Sum of RGB (Red+Green+Blue) = 195+31+155=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F9B is #3CE064. Grayscale: #5D5D5D. Windows color (decimal): -3989605 or 10166211. OLE color: 10166211.

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

Color convert

RGB 195 31 155 -
CMYK 0 0.84 0.21 0.24
HSL 314.63º 0.73% 0.44% -
HSV(B) 314.63º 0.84% 0.76% -
XYZ 28.91 14.95 32.37 -
YUV 94.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 195 31 155 0 0.84 0.21 0.24 314.63 0.73 0.44
Hex C3 1F 9B 0 54 15 18 13B 49 2C
Octal 303 37 233 0 124 25 30 473 111 54
Binary 11000011 11111 10011011 0 1010100 10101 11000 100111011 1001001 101100

Color Harmonies of #C31F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F9B

Black with #C31F9B

Text Example


Text Example

White with #C31F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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