Html Css Color HEX #C31EAC Medium Violet Red

📋 copy color: '#C31EAC'

red 195 ◦ green 30 ◦ blue 172

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

Shades of Medium Violet Red #C31EAC

Tints of Medium Violet Red #C31EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 49.12%
G = 7.56%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C31EAC (or 0xC31EAC) is known color: Medium Violet Red. HEX triplet: C3, 1E and AC. RGB value is (195,30,172). Sum of RGB (Red+Green+Blue) = 195+30+172=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EAC is #3CE153. Grayscale: #5F5F5F. Windows color (decimal): -3989844 or 11280067. OLE color: 11280067.

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

Color convert

RGB 195 30 172 -
CMYK 0 0.85 0.12 0.24
HSL 308.36º 0.73% 0.44% -
HSV(B) 308.36º 0.85% 0.76% -
XYZ 30.42 15.51 40.42 -
YUV 95.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 195 30 172 0 0.85 0.12 0.24 308.36 0.73 0.44
Hex C3 1E AC 0 55 C 18 134 49 2C
Octal 303 36 254 0 125 14 30 464 111 54
Binary 11000011 11110 10101100 0 1010101 1100 11000 100110100 1001001 101100

Color Harmonies of #C31EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EAC

Black with #C31EAC

Text Example


Text Example

White with #C31EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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