Html Css Color HEX #C31987 Medium Violet Red

📋 copy color: '#C31987'

red 195 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #C31987

Tints of Medium Violet Red #C31987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

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

R = 54.93%
G = 7.04%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31987 (or 0xC31987) is known color: Medium Violet Red. HEX triplet: C3, 19 and 87. RGB value is (195,25,135). Sum of RGB (Red+Green+Blue) = 195+25+135=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C31987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31987 is #3CE678. Grayscale: #585858. Windows color (decimal): -3991161 or 8853955. OLE color: 8853955.

HSL color Cylindrical-coordinate representation of color #C31987: hue angle of 321.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31987 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 135 -
CMYK 0 0.87 0.31 0.24
HSL 321.18º 0.77% 0.43% -
HSV(B) 321.18º 0.87% 0.76% -
XYZ 27.23 14.05 24.2 -
YUV 88.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 195 25 135 0 0.87 0.31 0.24 321.18 0.77 0.43
Hex C3 19 87 0 57 1F 18 141 4D 2B
Octal 303 31 207 0 127 37 30 501 115 53
Binary 11000011 11001 10000111 0 1010111 11111 11000 101000001 1001101 101011

Color Harmonies of #C31987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31987

Black with #C31987

Text Example


Text Example

White with #C31987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31987; }

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

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

background-color css

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

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

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

border-color css

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

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

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