Html Css Color HEX #C80988 Medium Violet Red

📋 copy color: '#C80988'

red 200 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #C80988

Tints of Medium Violet Red #C80988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 57.97%
G = 2.61%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C80988 (or 0xC80988) is known color: Medium Violet Red. HEX triplet: C8, 09 and 88. RGB value is (200,9,136). Sum of RGB (Red+Green+Blue) = 200+9+136=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C80988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80988 is #37F677. Grayscale: #505050. Windows color (decimal): -3667576 or 8915400. OLE color: 8915400.

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

Color convert

RGB 200 9 136 -
CMYK 0 0.96 0.32 0.22
HSL 320.1º 0.91% 0.41% -
HSV(B) 320.1º 0.96% 0.78% -
XYZ 28.36 14.25 24.55 -
YUV 80.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 200 9 136 0 0.96 0.32 0.22 320.1 0.91 0.41
Hex C8 9 88 0 60 20 16 140 5B 29
Octal 310 11 210 0 140 40 26 500 133 51
Binary 11001000 1001 10001000 0 1100000 100000 10110 101000000 1011011 101001

Color Harmonies of #C80988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80988

Black with #C80988

Text Example


Text Example

White with #C80988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80988; }

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

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

background-color css

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

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

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

border-color css

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

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

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