Html Css Color HEX #C90480 Medium Violet Red

📋 copy color: '#C90480'

red 201 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #C90480

Tints of Medium Violet Red #C90480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 60.36%
G = 1.2%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C90480 (or 0xC90480) is known color: Medium Violet Red. HEX triplet: C9, 04 and 80. RGB value is (201,4,128). Sum of RGB (Red+Green+Blue) = 201+4+128=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C90480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90480 is #36FB7F. Grayscale: #4C4C4C. Windows color (decimal): -3603328 or 8389833. OLE color: 8389833.

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

Color convert

RGB 201 4 128 -
CMYK 0 0.98 0.36 0.21
HSL 322.23º 0.96% 0.4% -
HSV(B) 322.23º 0.98% 0.79% -
XYZ 28.03 14.06 21.66 -
YUV 77.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 201 4 128 0 0.98 0.36 0.21 322.23 0.96 0.4
Hex C9 4 80 0 62 24 15 142 60 28
Octal 311 4 200 0 142 44 25 502 140 50
Binary 11001001 100 10000000 0 1100010 100100 10101 101000010 1100000 101000

Color Harmonies of #C90480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90480

Black with #C90480

Text Example


Text Example

White with #C90480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90480; }

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

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

background-color css

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

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

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

border-color css

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

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

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