Html Css Color HEX #C4046F Medium Violet Red

📋 copy color: '#C4046F'

red 196 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #C4046F

Tints of Medium Violet Red #C4046F

RGB

 RED value IS 196 (76.95% from 255) = 63.02%

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

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

R = 63.02%
G = 1.29%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4046F (or 0xC4046F) is known color: Medium Violet Red. HEX triplet: C4, 04 and 6F. RGB value is (196,4,111). Sum of RGB (Red+Green+Blue) = 196+4+111=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4046F is #3BFB90. Grayscale: #494949. Windows color (decimal): -3931025 or 7275716. OLE color: 7275716.

HSL color Cylindrical-coordinate representation of color #C4046F: hue angle of 326.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4046F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 111 -
CMYK 0 0.98 0.43 0.23
HSL 326.56º 0.96% 0.39% -
HSV(B) 326.56º 0.98% 0.77% -
XYZ 25.68 12.97 16.19 -
YUV 73.61 149.11 215.3 -
System Red Green Blue C M Y K H S L
Decimal 196 4 111 0 0.98 0.43 0.23 326.56 0.96 0.39
Hex C4 4 6F 0 62 2B 17 147 60 27
Octal 304 4 157 0 142 53 27 507 140 47
Binary 11000100 100 1101111 0 1100010 101011 10111 101000111 1100000 100111

Color Harmonies of #C4046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4046F

Black with #C4046F

Text Example


Text Example

White with #C4046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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