Html Css Color HEX #C80794 Medium Violet Red

📋 copy color: '#C80794'

red 200 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C80794

Tints of Medium Violet Red #C80794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 56.34%
G = 1.97%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80794 (or 0xC80794) is known color: Medium Violet Red. HEX triplet: C8, 07 and 94. RGB value is (200,7,148). Sum of RGB (Red+Green+Blue) = 200+7+148=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80794 is #37F86B. Grayscale: #505050. Windows color (decimal): -3668076 or 9701320. OLE color: 9701320.

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

Color convert

RGB 200 7 148 -
CMYK 0 0.96 0.26 0.22
HSL 316.17º 0.93% 0.41% -
HSV(B) 316.17º 0.97% 0.78% -
XYZ 29.24 14.57 29.29 -
YUV 80.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 200 7 148 0 0.96 0.26 0.22 316.17 0.93 0.41
Hex C8 7 94 0 60 1A 16 13C 5D 29
Octal 310 7 224 0 140 32 26 474 135 51
Binary 11001000 111 10010100 0 1100000 11010 10110 100111100 1011101 101001

Color Harmonies of #C80794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80794

Black with #C80794

Text Example


Text Example

White with #C80794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80794; }

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

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

background-color css

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

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

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

border-color css

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

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

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