Html Css Color HEX #C80681 Medium Violet Red

📋 copy color: '#C80681'

red 200 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #C80681

Tints of Medium Violet Red #C80681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 59.7%
G = 1.79%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80681 (or 0xC80681) is known color: Medium Violet Red. HEX triplet: C8, 06 and 81. RGB value is (200,6,129). Sum of RGB (Red+Green+Blue) = 200+6+129=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80681 is #37F97E. Grayscale: #4D4D4D. Windows color (decimal): -3668351 or 8455880. OLE color: 8455880.

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

Color convert

RGB 200 6 129 -
CMYK 0 0.97 0.36 0.22
HSL 321.96º 0.94% 0.4% -
HSV(B) 321.96º 0.97% 0.78% -
XYZ 27.85 13.99 22 -
YUV 78.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 200 6 129 0 0.97 0.36 0.22 321.96 0.94 0.4
Hex C8 6 81 0 61 24 16 142 5E 28
Octal 310 6 201 0 141 44 26 502 136 50
Binary 11001000 110 10000001 0 1100001 100100 10110 101000010 1011110 101000

Color Harmonies of #C80681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80681

Black with #C80681

Text Example


Text Example

White with #C80681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80681; }

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

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

background-color css

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

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

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

border-color css

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

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

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