Html Css Color HEX #C9078A Medium Violet Red

📋 copy color: '#C9078A'

red 201 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #C9078A

Tints of Medium Violet Red #C9078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 58.09%
G = 2.02%
B = 39.88%

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

#C9078A (or 0xC9078A) is known color: Medium Violet Red. HEX triplet: C9, 07 and 8A. RGB value is (201,7,138). Sum of RGB (Red+Green+Blue) = 201+7+138=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9078A is #36F875. Grayscale: #4F4F4F. Windows color (decimal): -3602550 or 9045961. OLE color: 9045961.

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

Color convert

RGB 201 7 138 -
CMYK 0 0.97 0.31 0.21
HSL 319.48º 0.93% 0.41% -
HSV(B) 319.48º 0.97% 0.79% -
XYZ 28.75 14.4 25.31 -
YUV 79.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 201 7 138 0 0.97 0.31 0.21 319.48 0.93 0.41
Hex C9 7 8A 0 61 1F 15 13F 5D 29
Octal 311 7 212 0 141 37 25 477 135 51
Binary 11001001 111 10001010 0 1100001 11111 10101 100111111 1011101 101001

Color Harmonies of #C9078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9078A

Black with #C9078A

Text Example


Text Example

White with #C9078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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