Html Css Color HEX #C9049E Medium Violet Red

📋 copy color: '#C9049E'

red 201 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #C9049E

Tints of Medium Violet Red #C9049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 55.37%
G = 1.1%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9049E (or 0xC9049E) is known color: Medium Violet Red. HEX triplet: C9, 04 and 9E. RGB value is (201,4,158). Sum of RGB (Red+Green+Blue) = 201+4+158=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9049E is #36FB61. Grayscale: #505050. Windows color (decimal): -3603298 or 10355913. OLE color: 10355913.

HSL color Cylindrical-coordinate representation of color #C9049E: hue angle of 313.1º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9049E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 158 -
CMYK 0 0.98 0.21 0.21
HSL 313.1º 0.96% 0.4% -
HSV(B) 313.1º 0.98% 0.79% -
XYZ 30.3 14.97 33.64 -
YUV 80.46 171.77 213.98 -
System Red Green Blue C M Y K H S L
Decimal 201 4 158 0 0.98 0.21 0.21 313.1 0.96 0.4
Hex C9 4 9E 0 62 15 15 139 60 28
Octal 311 4 236 0 142 25 25 471 140 50
Binary 11001001 100 10011110 0 1100010 10101 10101 100111001 1100000 101000

Color Harmonies of #C9049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9049E

Black with #C9049E

Text Example


Text Example

White with #C9049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9049E; }

 p { color: rgb(201,4,158); }

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

background-color css

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

 a { background-color: rgb(201,4,158); }

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

border-color css

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

 span { border-color: rgb(201,4,158); }

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