Html Css Color HEX #C80A99 Medium Violet Red

📋 copy color: '#C80A99'

red 200 ◦ green 10 ◦ blue 153

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

Shades of Medium Violet Red #C80A99

Tints of Medium Violet Red #C80A99

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 55.1%
G = 2.75%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80A99 (or 0xC80A99) is known color: Medium Violet Red. HEX triplet: C8, 0A and 99. RGB value is (200,10,153). Sum of RGB (Red+Green+Blue) = 200+10+153=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80A99 is #37F566. Grayscale: #525252. Windows color (decimal): -3667303 or 10029768. OLE color: 10029768.

HSL color Cylindrical-coordinate representation of color #C80A99: hue angle of 314.84º degrees, saturation: 0.9, 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 #C80A99 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 153 -
CMYK 0 0.95 0.24 0.22
HSL 314.84º 0.9% 0.41% -
HSV(B) 314.84º 0.95% 0.78% -
XYZ 29.68 14.8 31.43 -
YUV 83.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 200 10 153 0 0.95 0.24 0.22 314.84 0.9 0.41
Hex C8 A 99 0 5F 18 16 13B 5A 29
Octal 310 12 231 0 137 30 26 473 132 51
Binary 11001000 1010 10011001 0 1011111 11000 10110 100111011 1011010 101001

Color Harmonies of #C80A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A99

Black with #C80A99

Text Example


Text Example

White with #C80A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A99; }

 p { color: rgb(200,10,153); }

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

background-color css

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

 a { background-color: rgb(200,10,153); }

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

border-color css

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

 span { border-color: rgb(200,10,153); }

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