Html Css Color HEX #C80796 Medium Violet Red

📋 copy color: '#C80796'

red 200 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #C80796

Tints of Medium Violet Red #C80796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 56.02%
G = 1.96%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C80796 (or 0xC80796) is known color: Medium Violet Red. HEX triplet: C8, 07 and 96. RGB value is (200,7,150). Sum of RGB (Red+Green+Blue) = 200+7+150=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C80796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80796 is #37F869. Grayscale: #505050. Windows color (decimal): -3668074 or 9832392. OLE color: 9832392.

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

Color convert

RGB 200 7 150 -
CMYK 0 0.96 0.25 0.22
HSL 315.54º 0.93% 0.41% -
HSV(B) 315.54º 0.97% 0.78% -
XYZ 29.4 14.63 30.13 -
YUV 81.01 166.94 212.87 -
System Red Green Blue C M Y K H S L
Decimal 200 7 150 0 0.96 0.25 0.22 315.54 0.93 0.41
Hex C8 7 96 0 60 19 16 13C 5D 29
Octal 310 7 226 0 140 31 26 474 135 51
Binary 11001000 111 10010110 0 1100000 11001 10110 100111100 1011101 101001

Color Harmonies of #C80796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80796

Black with #C80796

Text Example


Text Example

White with #C80796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80796; }

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

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

background-color css

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

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

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

border-color css

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

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

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