Html Css Color HEX #C31997 Medium Violet Red

📋 copy color: '#C31997'

red 195 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #C31997

Tints of Medium Violet Red #C31997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 52.56%
G = 6.74%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C31997 (or 0xC31997) is known color: Medium Violet Red. HEX triplet: C3, 19 and 97. RGB value is (195,25,151). Sum of RGB (Red+Green+Blue) = 195+25+151=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31997 is #3CE668. Grayscale: #595959. Windows color (decimal): -3991145 or 9902531. OLE color: 9902531.

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

Color convert

RGB 195 25 151 -
CMYK 0 0.87 0.23 0.24
HSL 315.53º 0.77% 0.43% -
HSV(B) 315.53º 0.87% 0.76% -
XYZ 28.44 14.53 30.58 -
YUV 90.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 195 25 151 0 0.87 0.23 0.24 315.53 0.77 0.43
Hex C3 19 97 0 57 17 18 13C 4D 2B
Octal 303 31 227 0 127 27 30 474 115 53
Binary 11000011 11001 10010111 0 1010111 10111 11000 100111100 1001101 101011

Color Harmonies of #C31997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31997

Black with #C31997

Text Example


Text Example

White with #C31997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31997; }

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

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

background-color css

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

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

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

border-color css

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

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

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