Html Css Color HEX #C9049A Medium Violet Red

📋 copy color: '#C9049A'

red 201 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #C9049A

Tints of Medium Violet Red #C9049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 55.99%
G = 1.11%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9049A (or 0xC9049A) is known color: Medium Violet Red. HEX triplet: C9, 04 and 9A. RGB value is (201,4,154). Sum of RGB (Red+Green+Blue) = 201+4+154=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9049A is #36FB65. Grayscale: #4F4F4F. Windows color (decimal): -3603302 or 10093769. OLE color: 10093769.

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

Color convert

RGB 201 4 154 -
CMYK 0 0.98 0.23 0.21
HSL 314.31º 0.96% 0.4% -
HSV(B) 314.31º 0.98% 0.79% -
XYZ 29.96 14.84 31.86 -
YUV 80 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 201 4 154 0 0.98 0.23 0.21 314.31 0.96 0.4
Hex C9 4 9A 0 62 17 15 13A 60 28
Octal 311 4 232 0 142 27 25 472 140 50
Binary 11001001 100 10011010 0 1100010 10111 10101 100111010 1100000 101000

Color Harmonies of #C9049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9049A

Black with #C9049A

Text Example


Text Example

White with #C9049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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