Html Css Color HEX #C80793 Medium Violet Red

📋 copy color: '#C80793'

red 200 ◦ green 7 ◦ blue 147

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

Shades of Medium Violet Red #C80793

Tints of Medium Violet Red #C80793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 56.5%
G = 1.98%
B = 41.53%

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

#C80793 (or 0xC80793) is known color: Medium Violet Red. HEX triplet: C8, 07 and 93. RGB value is (200,7,147). Sum of RGB (Red+Green+Blue) = 200+7+147=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80793 is #37F86C. Grayscale: #505050. Windows color (decimal): -3668077 or 9635784. OLE color: 9635784.

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

Color convert

RGB 200 7 147 -
CMYK 0 0.96 0.26 0.22
HSL 316.48º 0.93% 0.41% -
HSV(B) 316.48º 0.97% 0.78% -
XYZ 29.16 14.54 28.87 -
YUV 80.67 165.44 213.12 -
System Red Green Blue C M Y K H S L
Decimal 200 7 147 0 0.96 0.26 0.22 316.48 0.93 0.41
Hex C8 7 93 0 60 1A 16 13C 5D 29
Octal 310 7 223 0 140 32 26 474 135 51
Binary 11001000 111 10010011 0 1100000 11010 10110 100111100 1011101 101001

Color Harmonies of #C80793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80793

Black with #C80793

Text Example


Text Example

White with #C80793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80793; }

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

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

background-color css

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

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

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

border-color css

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

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

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