Html Css Color HEX #C31187 Medium Violet Red

📋 copy color: '#C31187'

red 195 ◦ green 17 ◦ blue 135

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

Shades of Medium Violet Red #C31187

Tints of Medium Violet Red #C31187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

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

R = 56.2%
G = 4.9%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31187 (or 0xC31187) is known color: Medium Violet Red. HEX triplet: C3, 11 and 87. RGB value is (195,17,135). Sum of RGB (Red+Green+Blue) = 195+17+135=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31187 is #3CEE78. Grayscale: #535353. Windows color (decimal): -3993209 or 8851907. OLE color: 8851907.

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

Color convert

RGB 195 17 135 -
CMYK 0 0.91 0.31 0.24
HSL 320.22º 0.84% 0.42% -
HSV(B) 320.22º 0.91% 0.76% -
XYZ 27.08 13.75 24.15 -
YUV 83.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 195 17 135 0 0.91 0.31 0.24 320.22 0.84 0.42
Hex C3 11 87 0 5B 1F 18 140 54 2A
Octal 303 21 207 0 133 37 30 500 124 52
Binary 11000011 10001 10000111 0 1011011 11111 11000 101000000 1010100 101010

Color Harmonies of #C31187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31187

Black with #C31187

Text Example


Text Example

White with #C31187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31187; }

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

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

background-color css

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

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

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

border-color css

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

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

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