Html Css Color HEX #C5059C Medium Violet Red

📋 copy color: '#C5059C'

red 197 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #C5059C

Tints of Medium Violet Red #C5059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 55.03%
G = 1.4%
B = 43.58%

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

#C5059C (or 0xC5059C) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9C. RGB value is (197,5,156). Sum of RGB (Red+Green+Blue) = 197+5+156=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059C is #3AFA63. Grayscale: #4F4F4F. Windows color (decimal): -3865188 or 10225093. OLE color: 10225093.

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

Color convert

RGB 197 5 156 -
CMYK 0 0.97 0.21 0.23
HSL 312.81º 0.95% 0.4% -
HSV(B) 312.81º 0.97% 0.77% -
XYZ 29.08 14.38 32.7 -
YUV 79.62 171.11 211.72 -
System Red Green Blue C M Y K H S L
Decimal 197 5 156 0 0.97 0.21 0.23 312.81 0.95 0.4
Hex C5 5 9C 0 61 15 17 139 5F 28
Octal 305 5 234 0 141 25 27 471 137 50
Binary 11000101 101 10011100 0 1100001 10101 10111 100111001 1011111 101000

Color Harmonies of #C5059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5059C

Black with #C5059C

Text Example


Text Example

White with #C5059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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