Html Css Color HEX #C31E84 Medium Violet Red

📋 copy color: '#C31E84'

red 195 ◦ green 30 ◦ blue 132

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

Shades of Medium Violet Red #C31E84

Tints of Medium Violet Red #C31E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 54.62%
G = 8.4%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31E84 (or 0xC31E84) is known color: Medium Violet Red. HEX triplet: C3, 1E and 84. RGB value is (195,30,132). Sum of RGB (Red+Green+Blue) = 195+30+132=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E84 is #3CE17B. Grayscale: #5A5A5A. Windows color (decimal): -3989884 or 8658627. OLE color: 8658627.

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

Color convert

RGB 195 30 132 -
CMYK 0 0.85 0.32 0.24
HSL 322.91º 0.73% 0.44% -
HSV(B) 322.91º 0.85% 0.76% -
XYZ 27.13 14.2 23.14 -
YUV 90.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 195 30 132 0 0.85 0.32 0.24 322.91 0.73 0.44
Hex C3 1E 84 0 55 20 18 143 49 2C
Octal 303 36 204 0 125 40 30 503 111 54
Binary 11000011 11110 10000100 0 1010101 100000 11000 101000011 1001001 101100

Color Harmonies of #C31E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E84

Black with #C31E84

Text Example


Text Example

White with #C31E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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