Html Css Color HEX #C31495 Medium Violet Red

📋 copy color: '#C31495'

red 195 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #C31495

Tints of Medium Violet Red #C31495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 53.57%
G = 5.49%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31495 (or 0xC31495) is known color: Medium Violet Red. HEX triplet: C3, 14 and 95. RGB value is (195,20,149). Sum of RGB (Red+Green+Blue) = 195+20+149=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31495 is #3CEB6A. Grayscale: #565656. Windows color (decimal): -3992427 or 9770179. OLE color: 9770179.

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

Color convert

RGB 195 20 149 -
CMYK 0 0.90 0.24 0.24
HSL 315.77º 0.81% 0.42% -
HSV(B) 315.77º 0.9% 0.76% -
XYZ 28.18 14.27 29.7 -
YUV 87.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 195 20 149 0 0.90 0.24 0.24 315.77 0.81 0.42
Hex C3 14 95 0 5A 18 18 13C 51 2A
Octal 303 24 225 0 132 30 30 474 121 52
Binary 11000011 10100 10010101 0 1011010 11000 11000 100111100 1010001 101010

Color Harmonies of #C31495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31495

Black with #C31495

Text Example


Text Example

White with #C31495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31495; }

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

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

background-color css

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

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

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

border-color css

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

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

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