Html Css Color HEX #C31E87 Medium Violet Red

📋 copy color: '#C31E87'

red 195 ◦ green 30 ◦ blue 135

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

Shades of Medium Violet Red #C31E87

Tints of Medium Violet Red #C31E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.5%

R = 54.17%
G = 8.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31E87 (or 0xC31E87) is known color: Medium Violet Red. HEX triplet: C3, 1E and 87. RGB value is (195,30,135). Sum of RGB (Red+Green+Blue) = 195+30+135=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E87 is #3CE178. Grayscale: #5B5B5B. Windows color (decimal): -3989881 or 8855235. OLE color: 8855235.

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

Color convert

RGB 195 30 135 -
CMYK 0 0.85 0.31 0.24
HSL 321.82º 0.73% 0.44% -
HSV(B) 321.82º 0.85% 0.76% -
XYZ 27.34 14.28 24.24 -
YUV 91.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 195 30 135 0 0.85 0.31 0.24 321.82 0.73 0.44
Hex C3 1E 87 0 55 1F 18 142 49 2C
Octal 303 36 207 0 125 37 30 502 111 54
Binary 11000011 11110 10000111 0 1010101 11111 11000 101000010 1001001 101100

Color Harmonies of #C31E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E87

Black with #C31E87

Text Example


Text Example

White with #C31E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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