Html Css Color HEX #C80699 Medium Violet Red

📋 copy color: '#C80699'

red 200 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #C80699

Tints of Medium Violet Red #C80699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 55.71%
G = 1.67%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80699 (or 0xC80699) is known color: Medium Violet Red. HEX triplet: C8, 06 and 99. RGB value is (200,6,153). Sum of RGB (Red+Green+Blue) = 200+6+153=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C80699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80699 is #37F966. Grayscale: #505050. Windows color (decimal): -3668327 or 10028744. OLE color: 10028744.

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

Color convert

RGB 200 6 153 -
CMYK 0 0.97 0.24 0.22
HSL 314.54º 0.94% 0.4% -
HSV(B) 314.54º 0.97% 0.78% -
XYZ 29.63 14.71 31.41 -
YUV 80.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 200 6 153 0 0.97 0.24 0.22 314.54 0.94 0.4
Hex C8 6 99 0 61 18 16 13B 5E 28
Octal 310 6 231 0 141 30 26 473 136 50
Binary 11001000 110 10011001 0 1100001 11000 10110 100111011 1011110 101000

Color Harmonies of #C80699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80699

Black with #C80699

Text Example


Text Example

White with #C80699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80699; }

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

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

background-color css

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

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

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

border-color css

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

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

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