Html Css Color HEX #C31F9F Medium Violet Red

📋 copy color: '#C31F9F'

red 195 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #C31F9F

Tints of Medium Violet Red #C31F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 50.65%
G = 8.05%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C31F9F (or 0xC31F9F) is known color: Medium Violet Red. HEX triplet: C3, 1F and 9F. RGB value is (195,31,159). Sum of RGB (Red+Green+Blue) = 195+31+159=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F9F is #3CE060. Grayscale: #5E5E5E. Windows color (decimal): -3989601 or 10428355. OLE color: 10428355.

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

Color convert

RGB 195 31 159 -
CMYK 0 0.84 0.18 0.24
HSL 313.17º 0.73% 0.44% -
HSV(B) 313.17º 0.84% 0.76% -
XYZ 29.25 15.09 34.17 -
YUV 94.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 195 31 159 0 0.84 0.18 0.24 313.17 0.73 0.44
Hex C3 1F 9F 0 54 12 18 139 49 2C
Octal 303 37 237 0 124 22 30 471 111 54
Binary 11000011 11111 10011111 0 1010100 10010 11000 100111001 1001001 101100

Color Harmonies of #C31F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F9F

Black with #C31F9F

Text Example


Text Example

White with #C31F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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