Html Css Color HEX #C80876 Medium Violet Red

📋 copy color: '#C80876'

red 200 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #C80876

Tints of Medium Violet Red #C80876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 61.35%
G = 2.45%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C80876 (or 0xC80876) is known color: Medium Violet Red. HEX triplet: C8, 08 and 76. RGB value is (200,8,118). Sum of RGB (Red+Green+Blue) = 200+8+118=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C80876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80876 is #37F789. Grayscale: #4D4D4D. Windows color (decimal): -3667850 or 7735496. OLE color: 7735496.

HSL color Cylindrical-coordinate representation of color #C80876: hue angle of 325.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 #C80876 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 118 -
CMYK 0 0.96 0.41 0.22
HSL 325.63º 0.92% 0.41% -
HSV(B) 325.63º 0.96% 0.78% -
XYZ 27.18 13.76 18.36 -
YUV 77.95 150.61 215.06 -
System Red Green Blue C M Y K H S L
Decimal 200 8 118 0 0.96 0.41 0.22 325.63 0.92 0.41
Hex C8 8 76 0 60 29 16 146 5C 29
Octal 310 10 166 0 140 51 26 506 134 51
Binary 11001000 1000 1110110 0 1100000 101001 10110 101000110 1011100 101001

Color Harmonies of #C80876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80876

Black with #C80876

Text Example


Text Example

White with #C80876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80876; }

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

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

background-color css

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

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

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

border-color css

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

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

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