Html Css Color HEX #C80179 Medium Violet Red

📋 copy color: '#C80179'

red 200 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #C80179

Tints of Medium Violet Red #C80179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 62.11%
G = 0.31%
B = 37.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C80179 (or 0xC80179) is known color: Medium Violet Red. HEX triplet: C8, 01 and 79. RGB value is (200,1,121). Sum of RGB (Red+Green+Blue) = 200+1+121=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80179 is #37FE86. Grayscale: #494949. Windows color (decimal): -3669639 or 7930312. OLE color: 7930312.

HSL color Cylindrical-coordinate representation of color #C80179: hue angle of 323.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80179 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 121 -
CMYK 0 1.00 0.39 0.22
HSL 323.82º 0.99% 0.39% -
HSV(B) 323.82º 1% 0.78% -
XYZ 27.28 13.68 19.29 -
YUV 74.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 200 1 121 0 1.00 0.39 0.22 323.82 0.99 0.39
Hex C8 1 79 0 64 27 16 144 63 27
Octal 310 1 171 0 144 47 26 504 143 47
Binary 11001000 1 1111001 0 1100100 100111 10110 101000100 1100011 100111

Color Harmonies of #C80179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80179

Black with #C80179

Text Example


Text Example

White with #C80179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80179; }

 p { color: rgb(200,1,121); }

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

background-color css

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

 a { background-color: rgb(200,1,121); }

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

border-color css

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

 span { border-color: rgb(200,1,121); }

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