Html Css Color HEX #C4146D Medium Violet Red

📋 copy color: '#C4146D'

red 196 ◦ green 20 ◦ blue 109

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

Shades of Medium Violet Red #C4146D

Tints of Medium Violet Red #C4146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 60.31%
G = 6.15%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4146D (or 0xC4146D) is known color: Medium Violet Red. HEX triplet: C4, 14 and 6D. RGB value is (196,20,109). Sum of RGB (Red+Green+Blue) = 196+20+109=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4146D is #3BEB92. Grayscale: #525252. Windows color (decimal): -3926931 or 7148740. OLE color: 7148740.

HSL color Cylindrical-coordinate representation of color #C4146D: hue angle of 329.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4146D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 109 -
CMYK 0 0.90 0.44 0.23
HSL 329.66º 0.81% 0.42% -
HSV(B) 329.66º 0.9% 0.77% -
XYZ 25.78 13.34 15.68 -
YUV 82.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 196 20 109 0 0.90 0.44 0.23 329.66 0.81 0.42
Hex C4 14 6D 0 5A 2C 17 14A 51 2A
Octal 304 24 155 0 132 54 27 512 121 52
Binary 11000100 10100 1101101 0 1011010 101100 10111 101001010 1010001 101010

Color Harmonies of #C4146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4146D

Black with #C4146D

Text Example


Text Example

White with #C4146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4146D; }

 p { color: rgb(196,20,109); }

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

background-color css

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

 a { background-color: rgb(196,20,109); }

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

border-color css

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

 span { border-color: rgb(196,20,109); }

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