Html Css Color HEX #C5358D Medium Red Violet

📋 copy color: '#C5358D'

red 197 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #C5358D

Tints of Medium Red Violet #C5358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 50.38%
G = 13.55%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5358D (or 0xC5358D) is known color: Medium Red Violet. HEX triplet: C5, 35 and 8D. RGB value is (197,53,141). Sum of RGB (Red+Green+Blue) = 197+53+141=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5358D is #3ACA72. Grayscale: #696969. Windows color (decimal): -3852915 or 9254341. OLE color: 9254341.

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

Color convert

RGB 197 53 141 -
CMYK 0 0.73 0.28 0.23
HSL 323.33º 0.58% 0.49% -
HSV(B) 323.33º 0.73% 0.77% -
XYZ 29.11 16.34 26.82 -
YUV 106.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 197 53 141 0 0.73 0.28 0.23 323.33 0.58 0.49
Hex C5 35 8D 0 49 1C 17 143 3A 31
Octal 305 65 215 0 111 34 27 503 72 61
Binary 11000101 110101 10001101 0 1001001 11100 10111 101000011 111010 110001

Color Harmonies of #C5358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5358D

Black with #C5358D

Text Example


Text Example

White with #C5358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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