Html Css Color HEX #C5399F Medium Red Violet

📋 copy color: '#C5399F'

red 197 ◦ green 57 ◦ blue 159

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

Shades of Medium Red Violet #C5399F

Tints of Medium Red Violet #C5399F

RGB

 RED value IS 197 (77.34% from 255) = 47.7%

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 47.7%
G = 13.8%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5399F (or 0xC5399F) is known color: Medium Red Violet. HEX triplet: C5, 39 and 9F. RGB value is (197,57,159). Sum of RGB (Red+Green+Blue) = 197+57+159=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5399F is #3AC660. Grayscale: #6E6E6E. Windows color (decimal): -3851873 or 10435013. OLE color: 10435013.

HSL color Cylindrical-coordinate representation of color #C5399F: hue angle of 316.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5399F is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 159 -
CMYK 0 0.71 0.19 0.23
HSL 316.29º 0.55% 0.5% -
HSV(B) 316.29º 0.71% 0.77% -
XYZ 30.75 17.3 34.52 -
YUV 110.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 197 57 159 0 0.71 0.19 0.23 316.29 0.55 0.5
Hex C5 39 9F 0 47 13 17 13C 37 32
Octal 305 71 237 0 107 23 27 474 67 62
Binary 11000101 111001 10011111 0 1000111 10011 10111 100111100 110111 110010

Color Harmonies of #C5399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5399F

Black with #C5399F

Text Example


Text Example

White with #C5399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5399F; }

 p { color: rgb(197,57,159); }

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

background-color css

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

 a { background-color: rgb(197,57,159); }

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

border-color css

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

 span { border-color: rgb(197,57,159); }

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