Html Css Color HEX #C90077 Medium Violet Red

📋 copy color: '#C90077'

red 201 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #C90077

Tints of Medium Violet Red #C90077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 62.81%
G = 0%
B = 37.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C90077 (or 0xC90077) is known color: Medium Violet Red. HEX triplet: C9, 00 and 77. RGB value is (201,0,119). Sum of RGB (Red+Green+Blue) = 201+0+119=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90077 is #36FF88. Grayscale: #494949. Windows color (decimal): -3604361 or 7798985. OLE color: 7798985.

HSL color Cylindrical-coordinate representation of color #C90077: hue angle of 324.48º 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 #C90077 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 119 -
CMYK 0 1 0.41 0.21
HSL 324.48º 1% 0.39% -
HSV(B) 324.48º 1% 0.79% -
XYZ 27.42 13.75 18.66 -
YUV 73.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 201 0 119 0 1 0.41 0.21 324.48 1 0.39
Hex C9 0 77 0 64 29 15 144 64 27
Octal 311 0 167 0 144 51 25 504 144 47
Binary 11001001 0 1110111 0 1100100 101001 10101 101000100 1100100 100111

Color Harmonies of #C90077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90077

Black with #C90077

Text Example


Text Example

White with #C90077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90077; }

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

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

background-color css

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

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

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

border-color css

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

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

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