Html Css Color HEX #C5059A Medium Violet Red

📋 copy color: '#C5059A'

red 197 ◦ green 5 ◦ blue 154

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

Shades of Medium Violet Red #C5059A

Tints of Medium Violet Red #C5059A

RGB

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

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

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

R = 55.34%
G = 1.4%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5059A (or 0xC5059A) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9A. RGB value is (197,5,154). Sum of RGB (Red+Green+Blue) = 197+5+154=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059A is #3AFA65. Grayscale: #4E4E4E. Windows color (decimal): -3865190 or 10094021. OLE color: 10094021.

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

Color convert

RGB 197 5 154 -
CMYK 0 0.97 0.22 0.23
HSL 313.44º 0.95% 0.4% -
HSV(B) 313.44º 0.97% 0.77% -
XYZ 28.91 14.31 31.81 -
YUV 79.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 197 5 154 0 0.97 0.22 0.23 313.44 0.95 0.4
Hex C5 5 9A 0 61 16 17 139 5F 28
Octal 305 5 232 0 141 26 27 471 137 50
Binary 11000101 101 10011010 0 1100001 10110 10111 100111001 1011111 101000

Color Harmonies of #C5059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5059A

Black with #C5059A

Text Example


Text Example

White with #C5059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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