Html Css Color HEX #C4046B Medium Violet Red

📋 copy color: '#C4046B'

red 196 ◦ green 4 ◦ blue 107

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

Shades of Medium Violet Red #C4046B

Tints of Medium Violet Red #C4046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 63.84%
G = 1.3%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4046B (or 0xC4046B) is known color: Medium Violet Red. HEX triplet: C4, 04 and 6B. RGB value is (196,4,107). Sum of RGB (Red+Green+Blue) = 196+4+107=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4046B is #3BFB94. Grayscale: #484848. Windows color (decimal): -3931029 or 7013572. OLE color: 7013572.

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

Color convert

RGB 196 4 107 -
CMYK 0 0.98 0.45 0.23
HSL 327.81º 0.96% 0.39% -
HSV(B) 327.81º 0.98% 0.77% -
XYZ 25.46 12.88 15.05 -
YUV 73.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 196 4 107 0 0.98 0.45 0.23 327.81 0.96 0.39
Hex C4 4 6B 0 62 2D 17 148 60 27
Octal 304 4 153 0 142 55 27 510 140 47
Binary 11000100 100 1101011 0 1100010 101101 10111 101001000 1100000 100111

Color Harmonies of #C4046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4046B

Black with #C4046B

Text Example


Text Example

White with #C4046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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