Html Css Color HEX #C5059B Medium Violet Red

📋 copy color: '#C5059B'

red 197 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #C5059B

Tints of Medium Violet Red #C5059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 55.18%
G = 1.4%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5059B (or 0xC5059B) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9B. RGB value is (197,5,155). Sum of RGB (Red+Green+Blue) = 197+5+155=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059B is #3AFA64. Grayscale: #4F4F4F. Windows color (decimal): -3865189 or 10159557. OLE color: 10159557.

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

Color convert

RGB 197 5 155 -
CMYK 0 0.97 0.21 0.23
HSL 313.13º 0.95% 0.4% -
HSV(B) 313.13º 0.97% 0.77% -
XYZ 29 14.35 32.25 -
YUV 79.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 197 5 155 0 0.97 0.21 0.23 313.13 0.95 0.4
Hex C5 5 9B 0 61 15 17 139 5F 28
Octal 305 5 233 0 141 25 27 471 137 50
Binary 11000101 101 10011011 0 1100001 10101 10111 100111001 1011111 101000

Color Harmonies of #C5059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5059B

Black with #C5059B

Text Example


Text Example

White with #C5059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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