Html Css Color HEX #C5359F Medium Red Violet

📋 copy color: '#C5359F'

red 197 ◦ green 53 ◦ blue 159

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

Shades of Medium Red Violet #C5359F

Tints of Medium Red Violet #C5359F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

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

R = 48.17%
G = 12.96%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5359F (or 0xC5359F) is known color: Medium Red Violet. HEX triplet: C5, 35 and 9F. RGB value is (197,53,159). Sum of RGB (Red+Green+Blue) = 197+53+159=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5359F is #3ACA60. Grayscale: #6B6B6B. Windows color (decimal): -3852897 or 10433989. OLE color: 10433989.

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

Color convert

RGB 197 53 159 -
CMYK 0 0.73 0.19 0.23
HSL 315.83º 0.58% 0.49% -
HSV(B) 315.83º 0.73% 0.77% -
XYZ 30.56 16.92 34.46 -
YUV 108.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 197 53 159 0 0.73 0.19 0.23 315.83 0.58 0.49
Hex C5 35 9F 0 49 13 17 13C 3A 31
Octal 305 65 237 0 111 23 27 474 72 61
Binary 11000101 110101 10011111 0 1001001 10011 10111 100111100 111010 110001

Color Harmonies of #C5359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5359F

Black with #C5359F

Text Example


Text Example

White with #C5359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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