Html Css Color HEX #C80980 Medium Violet Red

📋 copy color: '#C80980'

red 200 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #C80980

Tints of Medium Violet Red #C80980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 59.35%
G = 2.67%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80980 (or 0xC80980) is known color: Medium Violet Red. HEX triplet: C8, 09 and 80. RGB value is (200,9,128). Sum of RGB (Red+Green+Blue) = 200+9+128=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C80980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80980 is #37F67F. Grayscale: #4F4F4F. Windows color (decimal): -3667584 or 8391112. OLE color: 8391112.

HSL color Cylindrical-coordinate representation of color #C80980: hue angle of 322.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80980 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 128 -
CMYK 0 0.96 0.36 0.22
HSL 322.62º 0.91% 0.41% -
HSV(B) 322.62º 0.96% 0.78% -
XYZ 27.81 14.03 21.66 -
YUV 79.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 200 9 128 0 0.96 0.36 0.22 322.62 0.91 0.41
Hex C8 9 80 0 60 24 16 143 5B 29
Octal 310 11 200 0 140 44 26 503 133 51
Binary 11001000 1001 10000000 0 1100000 100100 10110 101000011 1011011 101001

Color Harmonies of #C80980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80980

Black with #C80980

Text Example


Text Example

White with #C80980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80980; }

 p { color: rgb(200,9,128); }

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

background-color css

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

 a { background-color: rgb(200,9,128); }

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

border-color css

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

 span { border-color: rgb(200,9,128); }

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