Html Css Color HEX #C80499 Medium Violet Red

📋 copy color: '#C80499'

red 200 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #C80499

Tints of Medium Violet Red #C80499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 56.02%
G = 1.12%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80499 (or 0xC80499) is known color: Medium Violet Red. HEX triplet: C8, 04 and 99. RGB value is (200,4,153). Sum of RGB (Red+Green+Blue) = 200+4+153=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C80499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80499 is #37FB66. Grayscale: #4F4F4F. Windows color (decimal): -3668839 or 10028232. OLE color: 10028232.

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

Color convert

RGB 200 4 153 -
CMYK 0 0.98 0.24 0.22
HSL 314.39º 0.96% 0.4% -
HSV(B) 314.39º 0.98% 0.78% -
XYZ 29.61 14.67 31.41 -
YUV 79.59 169.43 213.88 -
System Red Green Blue C M Y K H S L
Decimal 200 4 153 0 0.98 0.24 0.22 314.39 0.96 0.4
Hex C8 4 99 0 62 18 16 13A 60 28
Octal 310 4 231 0 142 30 26 472 140 50
Binary 11001000 100 10011001 0 1100010 11000 10110 100111010 1100000 101000

Color Harmonies of #C80499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80499

Black with #C80499

Text Example


Text Example

White with #C80499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80499; }

 p { color: rgb(200,4,153); }

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

background-color css

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

 a { background-color: rgb(200,4,153); }

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

border-color css

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

 span { border-color: rgb(200,4,153); }

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