Html Css Color HEX #C80496 Medium Violet Red

📋 copy color: '#C80496'

red 200 ◦ green 4 ◦ blue 150

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

Shades of Medium Violet Red #C80496

Tints of Medium Violet Red #C80496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 56.5%
G = 1.13%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C80496 (or 0xC80496) is known color: Medium Violet Red. HEX triplet: C8, 04 and 96. RGB value is (200,4,150). Sum of RGB (Red+Green+Blue) = 200+4+150=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80496 is #37FB69. Grayscale: #4E4E4E. Windows color (decimal): -3668842 or 9831624. OLE color: 9831624.

HSL color Cylindrical-coordinate representation of color #C80496: hue angle of 315.31º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80496 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 150 -
CMYK 0 0.98 0.25 0.22
HSL 315.31º 0.96% 0.4% -
HSV(B) 315.31º 0.98% 0.78% -
XYZ 29.37 14.57 30.12 -
YUV 79.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 200 4 150 0 0.98 0.25 0.22 315.31 0.96 0.4
Hex C8 4 96 0 62 19 16 13B 60 28
Octal 310 4 226 0 142 31 26 473 140 50
Binary 11001000 100 10010110 0 1100010 11001 10110 100111011 1100000 101000

Color Harmonies of #C80496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80496

Black with #C80496

Text Example


Text Example

White with #C80496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80496; }

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

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

background-color css

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

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

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

border-color css

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

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

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