Html Css Color HEX #C80578 Medium Violet Red

📋 copy color: '#C80578'

red 200 ◦ green 5 ◦ blue 120

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

Shades of Medium Violet Red #C80578

Tints of Medium Violet Red #C80578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 61.54%
G = 1.54%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C80578 (or 0xC80578) is known color: Medium Violet Red. HEX triplet: C8, 05 and 78. RGB value is (200,5,120). Sum of RGB (Red+Green+Blue) = 200+5+120=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C80578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80578 is #37FA87. Grayscale: #4C4C4C. Windows color (decimal): -3668616 or 7865800. OLE color: 7865800.

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

Color convert

RGB 200 5 120 -
CMYK 0 0.98 0.4 0.22
HSL 324.62º 0.95% 0.4% -
HSV(B) 324.62º 0.98% 0.78% -
XYZ 27.26 13.74 18.99 -
YUV 76.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 200 5 120 0 0.98 0.4 0.22 324.62 0.95 0.4
Hex C8 5 78 0 62 28 16 145 5F 28
Octal 310 5 170 0 142 50 26 505 137 50
Binary 11001000 101 1111000 0 1100010 101000 10110 101000101 1011111 101000

Color Harmonies of #C80578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80578

Black with #C80578

Text Example


Text Example

White with #C80578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80578; }

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

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

background-color css

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

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

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

border-color css

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

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

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