Html Css Color HEX #C9076F Medium Violet Red

📋 copy color: '#C9076F'

red 201 ◦ green 7 ◦ blue 111

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

Shades of Medium Violet Red #C9076F

Tints of Medium Violet Red #C9076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 63.01%
G = 2.19%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9076F (or 0xC9076F) is known color: Medium Violet Red. HEX triplet: C9, 07 and 6F. RGB value is (201,7,111). Sum of RGB (Red+Green+Blue) = 201+7+111=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9076F is #36F890. Grayscale: #4C4C4C. Windows color (decimal): -3602577 or 7276489. OLE color: 7276489.

HSL color Cylindrical-coordinate representation of color #C9076F: hue angle of 327.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9076F is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 111 -
CMYK 0 0.97 0.45 0.21
HSL 327.84º 0.93% 0.41% -
HSV(B) 327.84º 0.97% 0.79% -
XYZ 27.03 13.72 16.26 -
YUV 76.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 201 7 111 0 0.97 0.45 0.21 327.84 0.93 0.41
Hex C9 7 6F 0 61 2D 15 148 5D 29
Octal 311 7 157 0 141 55 25 510 135 51
Binary 11001001 111 1101111 0 1100001 101101 10101 101001000 1011101 101001

Color Harmonies of #C9076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9076F

Black with #C9076F

Text Example


Text Example

White with #C9076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9076F; }

 p { color: rgb(201,7,111); }

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

background-color css

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

 a { background-color: rgb(201,7,111); }

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

border-color css

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

 span { border-color: rgb(201,7,111); }

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