Html Css Color HEX #C90080 Medium Violet Red

📋 copy color: '#C90080'

red 201 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #C90080

Tints of Medium Violet Red #C90080

RGB

 RED value IS 201 (78.91% from 255) = 61.09%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.09%
G = 0%
B = 38.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C90080 (or 0xC90080) is known color: Medium Violet Red. HEX triplet: C9, 00 and 80. RGB value is (201,0,128). Sum of RGB (Red+Green+Blue) = 201+0+128=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C90080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90080 is #36FF7F. Grayscale: #4A4A4A. Windows color (decimal): -3604352 or 8388809. OLE color: 8388809.

HSL color Cylindrical-coordinate representation of color #C90080: hue angle of 321.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90080 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 128 -
CMYK 0 1 0.36 0.21
HSL 321.79º 1% 0.39% -
HSV(B) 321.79º 1% 0.79% -
XYZ 27.98 13.98 21.64 -
YUV 74.69 158.09 218.09 -
System Red Green Blue C M Y K H S L
Decimal 201 0 128 0 1 0.36 0.21 321.79 1 0.39
Hex C9 0 80 0 64 24 15 142 64 27
Octal 311 0 200 0 144 44 25 502 144 47
Binary 11001001 0 10000000 0 1100100 100100 10101 101000010 1100100 100111

Color Harmonies of #C90080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90080

Black with #C90080

Text Example


Text Example

White with #C90080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90080; }

 p { color: rgb(201,0,128); }

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

background-color css

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

 a { background-color: rgb(201,0,128); }

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

border-color css

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

 span { border-color: rgb(201,0,128); }

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