Html Css Color HEX #C31EA6 Medium Violet Red

📋 copy color: '#C31EA6'

red 195 ◦ green 30 ◦ blue 166

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

Shades of Medium Violet Red #C31EA6

Tints of Medium Violet Red #C31EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

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

R = 49.87%
G = 7.67%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C31EA6 (or 0xC31EA6) is known color: Medium Violet Red. HEX triplet: C3, 1E and A6. RGB value is (195,30,166). Sum of RGB (Red+Green+Blue) = 195+30+166=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EA6 is #3CE159. Grayscale: #5E5E5E. Windows color (decimal): -3989850 or 10886851. OLE color: 10886851.

HSL color Cylindrical-coordinate representation of color #C31EA6: hue angle of 310.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EA6 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 166 -
CMYK 0 0.85 0.15 0.24
HSL 310.55º 0.73% 0.44% -
HSV(B) 310.55º 0.85% 0.76% -
XYZ 29.85 15.28 37.45 -
YUV 94.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 195 30 166 0 0.85 0.15 0.24 310.55 0.73 0.44
Hex C3 1E A6 0 55 F 18 137 49 2C
Octal 303 36 246 0 125 17 30 467 111 54
Binary 11000011 11110 10100110 0 1010101 1111 11000 100110111 1001001 101100

Color Harmonies of #C31EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EA6

Black with #C31EA6

Text Example


Text Example

White with #C31EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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