Html Css Color HEX #C31FA6 Medium Violet Red

📋 copy color: '#C31FA6'

red 195 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #C31FA6

Tints of Medium Violet Red #C31FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 49.74%
G = 7.91%
B = 42.35%

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

#C31FA6 (or 0xC31FA6) is known color: Medium Violet Red. HEX triplet: C3, 1F and A6. RGB value is (195,31,166). Sum of RGB (Red+Green+Blue) = 195+31+166=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA6 is #3CE059. Grayscale: #5F5F5F. Windows color (decimal): -3989594 or 10887107. OLE color: 10887107.

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

Color convert

RGB 195 31 166 -
CMYK 0 0.84 0.15 0.24
HSL 310.61º 0.73% 0.44% -
HSV(B) 310.61º 0.84% 0.76% -
XYZ 29.88 15.34 37.46 -
YUV 95.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 195 31 166 0 0.84 0.15 0.24 310.61 0.73 0.44
Hex C3 1F A6 0 54 F 18 137 49 2C
Octal 303 37 246 0 124 17 30 467 111 54
Binary 11000011 11111 10100110 0 1010100 1111 11000 100110111 1001001 101100

Color Harmonies of #C31FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FA6

Black with #C31FA6

Text Example


Text Example

White with #C31FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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