Html Css Color HEX #C90071 Medium Violet Red

📋 copy color: '#C90071'

red 201 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C90071

Tints of Medium Violet Red #C90071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 64.01%
G = 0%
B = 35.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C90071 (or 0xC90071) is known color: Medium Violet Red. HEX triplet: C9, 00 and 71. RGB value is (201,0,113). Sum of RGB (Red+Green+Blue) = 201+0+113=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C90071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90071 is #36FF8E. Grayscale: #484848. Windows color (decimal): -3604367 or 7405769. OLE color: 7405769.

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

Color convert

RGB 201 0 113 -
CMYK 0 1 0.44 0.21
HSL 326.27º 1% 0.39% -
HSV(B) 326.27º 1% 0.79% -
XYZ 27.07 13.61 16.82 -
YUV 72.98 150.59 219.31 -
System Red Green Blue C M Y K H S L
Decimal 201 0 113 0 1 0.44 0.21 326.27 1 0.39
Hex C9 0 71 0 64 2C 15 146 64 27
Octal 311 0 161 0 144 54 25 506 144 47
Binary 11001001 0 1110001 0 1100100 101100 10101 101000110 1100100 100111

Color Harmonies of #C90071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90071

Black with #C90071

Text Example


Text Example

White with #C90071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90071; }

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

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

background-color css

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

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

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

border-color css

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

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

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