Html Css Color HEX #C9078B Medium Violet Red

📋 copy color: '#C9078B'

red 201 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #C9078B

Tints of Medium Violet Red #C9078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 57.93%
G = 2.02%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9078B (or 0xC9078B) is known color: Medium Violet Red. HEX triplet: C9, 07 and 8B. RGB value is (201,7,139). Sum of RGB (Red+Green+Blue) = 201+7+139=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9078B is #36F874. Grayscale: #4F4F4F. Windows color (decimal): -3602549 or 9111497. OLE color: 9111497.

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

Color convert

RGB 201 7 139 -
CMYK 0 0.97 0.31 0.21
HSL 319.18º 0.93% 0.41% -
HSV(B) 319.18º 0.97% 0.79% -
XYZ 28.82 14.43 25.69 -
YUV 80.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 201 7 139 0 0.97 0.31 0.21 319.18 0.93 0.41
Hex C9 7 8B 0 61 1F 15 13F 5D 29
Octal 311 7 213 0 141 37 25 477 135 51
Binary 11001001 111 10001011 0 1100001 11111 10101 100111111 1011101 101001

Color Harmonies of #C9078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9078B

Black with #C9078B

Text Example


Text Example

White with #C9078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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