Html Css Color HEX #C80577 Medium Violet Red

📋 copy color: '#C80577'

red 200 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C80577

Tints of Medium Violet Red #C80577

RGB

 RED value IS 200 (78.52% from 255) = 61.73%

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 61.73%
G = 1.54%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C80577 (or 0xC80577) is known color: Medium Violet Red. HEX triplet: C8, 05 and 77. RGB value is (200,5,119). Sum of RGB (Red+Green+Blue) = 200+5+119=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80577 is #37FA88. Grayscale: #4C4C4C. Windows color (decimal): -3668617 or 7800264. OLE color: 7800264.

HSL color Cylindrical-coordinate representation of color #C80577: hue angle of 324.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80577 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 119 -
CMYK 0 0.98 0.40 0.22
HSL 324.92º 0.95% 0.4% -
HSV(B) 324.92º 0.98% 0.78% -
XYZ 27.2 13.72 18.67 -
YUV 76.3 152.1 216.23 -
System Red Green Blue C M Y K H S L
Decimal 200 5 119 0 0.98 0.40 0.22 324.92 0.95 0.4
Hex C8 5 77 0 62 28 16 145 5F 28
Octal 310 5 167 0 142 50 26 505 137 50
Binary 11001000 101 1110111 0 1100010 101000 10110 101000101 1011111 101000

Color Harmonies of #C80577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80577

Black with #C80577

Text Example


Text Example

White with #C80577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80577; }

 p { color: rgb(200,5,119); }

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

background-color css

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

 a { background-color: rgb(200,5,119); }

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

border-color css

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

 span { border-color: rgb(200,5,119); }

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