Html Css Color HEX #C9046F Medium Violet Red

📋 copy color: '#C9046F'

red 201 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #C9046F

Tints of Medium Violet Red #C9046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 63.61%
G = 1.27%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9046F (or 0xC9046F) is known color: Medium Violet Red. HEX triplet: C9, 04 and 6F. RGB value is (201,4,111). Sum of RGB (Red+Green+Blue) = 201+4+111=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9046F is #36FB90. Grayscale: #4A4A4A. Windows color (decimal): -3603345 or 7275721. OLE color: 7275721.

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

Color convert

RGB 201 4 111 -
CMYK 0 0.98 0.45 0.21
HSL 327.41º 0.96% 0.4% -
HSV(B) 327.41º 0.98% 0.79% -
XYZ 27 13.65 16.25 -
YUV 75.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 201 4 111 0 0.98 0.45 0.21 327.41 0.96 0.4
Hex C9 4 6F 0 62 2D 15 147 60 28
Octal 311 4 157 0 142 55 25 507 140 50
Binary 11001001 100 1101111 0 1100010 101101 10101 101000111 1100000 101000

Color Harmonies of #C9046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9046F

Black with #C9046F

Text Example


Text Example

White with #C9046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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