Html Css Color HEX #C90176 Medium Violet Red

📋 copy color: '#C90176'

red 201 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #C90176

Tints of Medium Violet Red #C90176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 62.81%
G = 0.31%
B = 36.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C90176 (or 0xC90176) is known color: Medium Violet Red. HEX triplet: C9, 01 and 76. RGB value is (201,1,118). Sum of RGB (Red+Green+Blue) = 201+1+118=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C90176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90176 is #36FE89. Grayscale: #494949. Windows color (decimal): -3604106 or 7733705. OLE color: 7733705.

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

Color convert

RGB 201 1 118 -
CMYK 0 1.00 0.41 0.21
HSL 324.9º 0.99% 0.4% -
HSV(B) 324.9º 1% 0.79% -
XYZ 27.37 13.75 18.35 -
YUV 74.14 152.76 218.49 -
System Red Green Blue C M Y K H S L
Decimal 201 1 118 0 1.00 0.41 0.21 324.9 0.99 0.4
Hex C9 1 76 0 64 29 15 145 63 28
Octal 311 1 166 0 144 51 25 505 143 50
Binary 11001001 1 1110110 0 1100100 101001 10101 101000101 1100011 101000

Color Harmonies of #C90176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90176

Black with #C90176

Text Example


Text Example

White with #C90176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90176; }

 p { color: rgb(201,1,118); }

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

background-color css

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

 a { background-color: rgb(201,1,118); }

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

border-color css

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

 span { border-color: rgb(201,1,118); }

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