Html Css Color HEX #C31499 Medium Violet Red

📋 copy color: '#C31499'

red 195 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #C31499

Tints of Medium Violet Red #C31499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 52.99%
G = 5.43%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C31499 (or 0xC31499) is known color: Medium Violet Red. HEX triplet: C3, 14 and 99. RGB value is (195,20,153). Sum of RGB (Red+Green+Blue) = 195+20+153=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C31499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31499 is #3CEB66. Grayscale: #575757. Windows color (decimal): -3992423 or 10032323. OLE color: 10032323.

HSL color Cylindrical-coordinate representation of color #C31499: hue angle of 314.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31499 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 153 -
CMYK 0 0.90 0.22 0.24
HSL 314.4º 0.81% 0.42% -
HSV(B) 314.4º 0.9% 0.76% -
XYZ 28.51 14.4 31.41 -
YUV 87.49 164.98 204.69 -
System Red Green Blue C M Y K H S L
Decimal 195 20 153 0 0.90 0.22 0.24 314.4 0.81 0.42
Hex C3 14 99 0 5A 16 18 13A 51 2A
Octal 303 24 231 0 132 26 30 472 121 52
Binary 11000011 10100 10011001 0 1011010 10110 11000 100111010 1010001 101010

Color Harmonies of #C31499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31499

Black with #C31499

Text Example


Text Example

White with #C31499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31499; }

 p { color: rgb(195,20,153); }

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

background-color css

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

 a { background-color: rgb(195,20,153); }

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

border-color css

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

 span { border-color: rgb(195,20,153); }

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