Html Css Color HEX #C80686 Medium Violet Red

📋 copy color: '#C80686'

red 200 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #C80686

Tints of Medium Violet Red #C80686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 58.82%
G = 1.76%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C80686 (or 0xC80686) is known color: Medium Violet Red. HEX triplet: C8, 06 and 86. RGB value is (200,6,134). Sum of RGB (Red+Green+Blue) = 200+6+134=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C80686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80686 is #37F979. Grayscale: #4E4E4E. Windows color (decimal): -3668346 or 8783560. OLE color: 8783560.

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

Color convert

RGB 200 6 134 -
CMYK 0 0.97 0.33 0.22
HSL 320.41º 0.94% 0.4% -
HSV(B) 320.41º 0.97% 0.78% -
XYZ 28.19 14.13 23.8 -
YUV 78.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 200 6 134 0 0.97 0.33 0.22 320.41 0.94 0.4
Hex C8 6 86 0 61 21 16 140 5E 28
Octal 310 6 206 0 141 41 26 500 136 50
Binary 11001000 110 10000110 0 1100001 100001 10110 101000000 1011110 101000

Color Harmonies of #C80686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80686

Black with #C80686

Text Example


Text Example

White with #C80686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80686; }

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

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

background-color css

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

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

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

border-color css

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

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

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