Html Css Color HEX #C80672 Medium Violet Red

📋 copy color: '#C80672'

red 200 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #C80672

Tints of Medium Violet Red #C80672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 62.5%
G = 1.88%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C80672 (or 0xC80672) is known color: Medium Violet Red. HEX triplet: C8, 06 and 72. RGB value is (200,6,114). Sum of RGB (Red+Green+Blue) = 200+6+114=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80672 is #37F98D. Grayscale: #4C4C4C. Windows color (decimal): -3668366 or 7472840. OLE color: 7472840.

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

Color convert

RGB 200 6 114 -
CMYK 0 0.97 0.43 0.22
HSL 326.6º 0.94% 0.4% -
HSV(B) 326.6º 0.97% 0.78% -
XYZ 26.92 13.62 17.13 -
YUV 76.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 200 6 114 0 0.97 0.43 0.22 326.6 0.94 0.4
Hex C8 6 72 0 61 2B 16 147 5E 28
Octal 310 6 162 0 141 53 26 507 136 50
Binary 11001000 110 1110010 0 1100001 101011 10110 101000111 1011110 101000

Color Harmonies of #C80672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80672

Black with #C80672

Text Example


Text Example

White with #C80672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80672; }

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

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

background-color css

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

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

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

border-color css

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

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

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