Html Css Color HEX #C9047D Medium Violet Red

📋 copy color: '#C9047D'

red 201 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #C9047D

Tints of Medium Violet Red #C9047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 60.91%
G = 1.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9047D (or 0xC9047D) is known color: Medium Violet Red. HEX triplet: C9, 04 and 7D. RGB value is (201,4,125). Sum of RGB (Red+Green+Blue) = 201+4+125=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9047D is #36FB82. Grayscale: #4C4C4C. Windows color (decimal): -3603331 or 8193225. OLE color: 8193225.

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

Color convert

RGB 201 4 125 -
CMYK 0 0.98 0.38 0.21
HSL 323.15º 0.96% 0.4% -
HSV(B) 323.15º 0.98% 0.79% -
XYZ 27.83 13.99 20.63 -
YUV 76.7 155.27 216.66 -
System Red Green Blue C M Y K H S L
Decimal 201 4 125 0 0.98 0.38 0.21 323.15 0.96 0.4
Hex C9 4 7D 0 62 26 15 143 60 28
Octal 311 4 175 0 142 46 25 503 140 50
Binary 11001001 100 1111101 0 1100010 100110 10101 101000011 1100000 101000

Color Harmonies of #C9047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9047D

Black with #C9047D

Text Example


Text Example

White with #C9047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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