Html Css Color HEX #C80886 Medium Violet Red

📋 copy color: '#C80886'

red 200 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #C80886

Tints of Medium Violet Red #C80886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 58.48%
G = 2.34%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C80886 (or 0xC80886) is known color: Medium Violet Red. HEX triplet: C8, 08 and 86. RGB value is (200,8,134). Sum of RGB (Red+Green+Blue) = 200+8+134=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C80886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80886 is #37F779. Grayscale: #4F4F4F. Windows color (decimal): -3667834 or 8784072. OLE color: 8784072.

HSL color Cylindrical-coordinate representation of color #C80886: hue angle of 320.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80886 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 134 -
CMYK 0 0.96 0.33 0.22
HSL 320.63º 0.92% 0.41% -
HSV(B) 320.63º 0.96% 0.78% -
XYZ 28.21 14.17 23.8 -
YUV 79.77 158.61 213.75 -
System Red Green Blue C M Y K H S L
Decimal 200 8 134 0 0.96 0.33 0.22 320.63 0.92 0.41
Hex C8 8 86 0 60 21 16 141 5C 29
Octal 310 10 206 0 140 41 26 501 134 51
Binary 11001000 1000 10000110 0 1100000 100001 10110 101000001 1011100 101001

Color Harmonies of #C80886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80886

Black with #C80886

Text Example


Text Example

White with #C80886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80886; }

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

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

background-color css

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

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

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

border-color css

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

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

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