Html Css Color HEX #C4046C Medium Violet Red

📋 copy color: '#C4046C'

red 196 ◦ green 4 ◦ blue 108

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

Shades of Medium Violet Red #C4046C

Tints of Medium Violet Red #C4046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 63.64%
G = 1.3%
B = 35.06%

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

#C4046C (or 0xC4046C) is known color: Medium Violet Red. HEX triplet: C4, 04 and 6C. RGB value is (196,4,108). Sum of RGB (Red+Green+Blue) = 196+4+108=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4046C is #3BFB93. Grayscale: #494949. Windows color (decimal): -3931028 or 7079108. OLE color: 7079108.

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

Color convert

RGB 196 4 108 -
CMYK 0 0.98 0.45 0.23
HSL 327.5º 0.96% 0.39% -
HSV(B) 327.5º 0.98% 0.77% -
XYZ 25.52 12.91 15.33 -
YUV 73.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 196 4 108 0 0.98 0.45 0.23 327.5 0.96 0.39
Hex C4 4 6C 0 62 2D 17 148 60 27
Octal 304 4 154 0 142 55 27 510 140 47
Binary 11000100 100 1101100 0 1100010 101101 10111 101001000 1100000 100111

Color Harmonies of #C4046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4046C

Black with #C4046C

Text Example


Text Example

White with #C4046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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