Html Css Color HEX #C80494 Medium Violet Red

📋 copy color: '#C80494'

red 200 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #C80494

Tints of Medium Violet Red #C80494

RGB

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

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

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

R = 56.82%
G = 1.14%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80494 (or 0xC80494) is known color: Medium Violet Red. HEX triplet: C8, 04 and 94. RGB value is (200,4,148). Sum of RGB (Red+Green+Blue) = 200+4+148=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80494 is #37FB6B. Grayscale: #4E4E4E. Windows color (decimal): -3668844 or 9700552. OLE color: 9700552.

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

Color convert

RGB 200 4 148 -
CMYK 0 0.98 0.26 0.22
HSL 315.92º 0.96% 0.4% -
HSV(B) 315.92º 0.98% 0.78% -
XYZ 29.21 14.5 29.28 -
YUV 79.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 200 4 148 0 0.98 0.26 0.22 315.92 0.96 0.4
Hex C8 4 94 0 62 1A 16 13C 60 28
Octal 310 4 224 0 142 32 26 474 140 50
Binary 11001000 100 10010100 0 1100010 11010 10110 100111100 1100000 101000

Color Harmonies of #C80494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80494

Black with #C80494

Text Example


Text Example

White with #C80494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80494; }

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

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

background-color css

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

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

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

border-color css

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

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

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