Html Css Color HEX #C80773 Medium Violet Red

📋 copy color: '#C80773'

red 200 ◦ green 7 ◦ blue 115

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

Shades of Medium Violet Red #C80773

Tints of Medium Violet Red #C80773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 62.11%
G = 2.17%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80773 (or 0xC80773) is known color: Medium Violet Red. HEX triplet: C8, 07 and 73. RGB value is (200,7,115). Sum of RGB (Red+Green+Blue) = 200+7+115=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80773 is #37F88C. Grayscale: #4C4C4C. Windows color (decimal): -3668109 or 7538632. OLE color: 7538632.

HSL color Cylindrical-coordinate representation of color #C80773: hue angle of 326.42º degrees, saturation: 0.93, 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 #C80773 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 115 -
CMYK 0 0.96 0.42 0.22
HSL 326.42º 0.93% 0.41% -
HSV(B) 326.42º 0.97% 0.78% -
XYZ 26.99 13.67 17.44 -
YUV 77.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 200 7 115 0 0.96 0.42 0.22 326.42 0.93 0.41
Hex C8 7 73 0 60 2A 16 146 5D 29
Octal 310 7 163 0 140 52 26 506 135 51
Binary 11001000 111 1110011 0 1100000 101010 10110 101000110 1011101 101001

Color Harmonies of #C80773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80773

Black with #C80773

Text Example


Text Example

White with #C80773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80773; }

 p { color: rgb(200,7,115); }

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

background-color css

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

 a { background-color: rgb(200,7,115); }

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

border-color css

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

 span { border-color: rgb(200,7,115); }

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