Html Css Color HEX #C5059F Medium Violet Red

📋 copy color: '#C5059F'

red 197 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #C5059F

Tints of Medium Violet Red #C5059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 54.57%
G = 1.39%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5059F (or 0xC5059F) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9F. RGB value is (197,5,159). Sum of RGB (Red+Green+Blue) = 197+5+159=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059F is #3AFA60. Grayscale: #4F4F4F. Windows color (decimal): -3865185 or 10421701. OLE color: 10421701.

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

Color convert

RGB 197 5 159 -
CMYK 0 0.97 0.19 0.23
HSL 311.88º 0.95% 0.4% -
HSV(B) 311.88º 0.97% 0.77% -
XYZ 29.34 14.48 34.05 -
YUV 79.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 197 5 159 0 0.97 0.19 0.23 311.88 0.95 0.4
Hex C5 5 9F 0 61 13 17 138 5F 28
Octal 305 5 237 0 141 23 27 470 137 50
Binary 11000101 101 10011111 0 1100001 10011 10111 100111000 1011111 101000

Color Harmonies of #C5059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5059F

Black with #C5059F

Text Example


Text Example

White with #C5059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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