Html Css Color HEX #C5359A Medium Red Violet

📋 copy color: '#C5359A'

red 197 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #C5359A

Tints of Medium Red Violet #C5359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 48.76%
G = 13.12%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5359A (or 0xC5359A) is known color: Medium Red Violet. HEX triplet: C5, 35 and 9A. RGB value is (197,53,154). Sum of RGB (Red+Green+Blue) = 197+53+154=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5359A is #3ACA65. Grayscale: #6B6B6B. Windows color (decimal): -3852902 or 10106309. OLE color: 10106309.

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

Color convert

RGB 197 53 154 -
CMYK 0 0.73 0.22 0.23
HSL 317.92º 0.58% 0.49% -
HSV(B) 317.92º 0.73% 0.77% -
XYZ 30.13 16.75 32.22 -
YUV 107.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 197 53 154 0 0.73 0.22 0.23 317.92 0.58 0.49
Hex C5 35 9A 0 49 16 17 13E 3A 31
Octal 305 65 232 0 111 26 27 476 72 61
Binary 11000101 110101 10011010 0 1001001 10110 10111 100111110 111010 110001

Color Harmonies of #C5359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5359A

Black with #C5359A

Text Example


Text Example

White with #C5359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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