Html Css Color HEX #C31FA5 Medium Violet Red

📋 copy color: '#C31FA5'

red 195 ◦ green 31 ◦ blue 165

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

Shades of Medium Violet Red #C31FA5

Tints of Medium Violet Red #C31FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 49.87%
G = 7.93%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C31FA5 (or 0xC31FA5) is known color: Medium Violet Red. HEX triplet: C3, 1F and A5. RGB value is (195,31,165). Sum of RGB (Red+Green+Blue) = 195+31+165=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA5 is #3CE05A. Grayscale: #5E5E5E. Windows color (decimal): -3989595 or 10821571. OLE color: 10821571.

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

Color convert

RGB 195 31 165 -
CMYK 0 0.84 0.15 0.24
HSL 310.98º 0.73% 0.44% -
HSV(B) 310.98º 0.84% 0.76% -
XYZ 29.79 15.3 36.98 -
YUV 95.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 195 31 165 0 0.84 0.15 0.24 310.98 0.73 0.44
Hex C3 1F A5 0 54 F 18 137 49 2C
Octal 303 37 245 0 124 17 30 467 111 54
Binary 11000011 11111 10100101 0 1010100 1111 11000 100110111 1001001 101100

Color Harmonies of #C31FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FA5

Black with #C31FA5

Text Example


Text Example

White with #C31FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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