Html Css Color HEX #C9079B Medium Violet Red

📋 copy color: '#C9079B'

red 201 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #C9079B

Tints of Medium Violet Red #C9079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 55.37%
G = 1.93%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9079B (or 0xC9079B) is known color: Medium Violet Red. HEX triplet: C9, 07 and 9B. RGB value is (201,7,155). Sum of RGB (Red+Green+Blue) = 201+7+155=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9079B is #36F864. Grayscale: #515151. Windows color (decimal): -3602533 or 10160073. OLE color: 10160073.

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

Color convert

RGB 201 7 155 -
CMYK 0 0.97 0.23 0.21
HSL 314.23º 0.93% 0.41% -
HSV(B) 314.23º 0.97% 0.79% -
XYZ 30.08 14.94 32.31 -
YUV 81.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 201 7 155 0 0.97 0.23 0.21 314.23 0.93 0.41
Hex C9 7 9B 0 61 17 15 13A 5D 29
Octal 311 7 233 0 141 27 25 472 135 51
Binary 11001001 111 10011011 0 1100001 10111 10101 100111010 1011101 101001

Color Harmonies of #C9079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9079B

Black with #C9079B

Text Example


Text Example

White with #C9079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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