Html Css Color HEX #C9048A Medium Violet Red

📋 copy color: '#C9048A'

red 201 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #C9048A

Tints of Medium Violet Red #C9048A

RGB

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

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

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

R = 58.6%
G = 1.17%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9048A (or 0xC9048A) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8A. RGB value is (201,4,138). Sum of RGB (Red+Green+Blue) = 201+4+138=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048A is #36FB75. Grayscale: #4D4D4D. Windows color (decimal): -3603318 or 9045193. OLE color: 9045193.

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

Color convert

RGB 201 4 138 -
CMYK 0 0.98 0.31 0.21
HSL 319.19º 0.96% 0.4% -
HSV(B) 319.19º 0.98% 0.79% -
XYZ 28.72 14.34 25.3 -
YUV 78.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 201 4 138 0 0.98 0.31 0.21 319.19 0.96 0.4
Hex C9 4 8A 0 62 1F 15 13F 60 28
Octal 311 4 212 0 142 37 25 477 140 50
Binary 11001001 100 10001010 0 1100010 11111 10101 100111111 1100000 101000

Color Harmonies of #C9048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9048A

Black with #C9048A

Text Example


Text Example

White with #C9048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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