Html Css Color HEX #C5059D Medium Violet Red

📋 copy color: '#C5059D'

red 197 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #C5059D

Tints of Medium Violet Red #C5059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 54.87%
G = 1.39%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5059D (or 0xC5059D) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9D. RGB value is (197,5,157). Sum of RGB (Red+Green+Blue) = 197+5+157=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059D is #3AFA62. Grayscale: #4F4F4F. Windows color (decimal): -3865187 or 10290629. OLE color: 10290629.

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

Color convert

RGB 197 5 157 -
CMYK 0 0.97 0.20 0.23
HSL 312.5º 0.95% 0.4% -
HSV(B) 312.5º 0.97% 0.77% -
XYZ 29.17 14.41 33.14 -
YUV 79.74 171.61 211.64 -
System Red Green Blue C M Y K H S L
Decimal 197 5 157 0 0.97 0.20 0.23 312.5 0.95 0.4
Hex C5 5 9D 0 61 14 17 138 5F 28
Octal 305 5 235 0 141 24 27 470 137 50
Binary 11000101 101 10011101 0 1100001 10100 10111 100111000 1011111 101000

Color Harmonies of #C5059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5059D

Black with #C5059D

Text Example


Text Example

White with #C5059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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