Html Css Color HEX #C31FA9 Medium Violet Red

📋 copy color: '#C31FA9'

red 195 ◦ green 31 ◦ blue 169

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

Shades of Medium Violet Red #C31FA9

Tints of Medium Violet Red #C31FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.78%

R = 49.37%
G = 7.85%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C31FA9 (or 0xC31FA9) is known color: Medium Violet Red. HEX triplet: C3, 1F and A9. RGB value is (195,31,169). Sum of RGB (Red+Green+Blue) = 195+31+169=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA9 is #3CE056. Grayscale: #5F5F5F. Windows color (decimal): -3989591 or 11083715. OLE color: 11083715.

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

Color convert

RGB 195 31 169 -
CMYK 0 0.84 0.13 0.24
HSL 309.51º 0.73% 0.44% -
HSV(B) 309.51º 0.84% 0.76% -
XYZ 30.16 15.45 38.93 -
YUV 95.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 195 31 169 0 0.84 0.13 0.24 309.51 0.73 0.44
Hex C3 1F A9 0 54 D 18 136 49 2C
Octal 303 37 251 0 124 15 30 466 111 54
Binary 11000011 11111 10101001 0 1010100 1101 11000 100110110 1001001 101100

Color Harmonies of #C31FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FA9

Black with #C31FA9

Text Example


Text Example

White with #C31FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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