Html Css Color HEX #C4196D Medium Violet Red

📋 copy color: '#C4196D'

red 196 ◦ green 25 ◦ blue 109

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

Shades of Medium Violet Red #C4196D

Tints of Medium Violet Red #C4196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 59.39%
G = 7.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4196D (or 0xC4196D) is known color: Medium Violet Red. HEX triplet: C4, 19 and 6D. RGB value is (196,25,109). Sum of RGB (Red+Green+Blue) = 196+25+109=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4196D is #3BE692. Grayscale: #555555. Windows color (decimal): -3925651 or 7150020. OLE color: 7150020.

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

Color convert

RGB 196 25 109 -
CMYK 0 0.87 0.44 0.23
HSL 330.53º 0.77% 0.43% -
HSV(B) 330.53º 0.87% 0.77% -
XYZ 25.87 13.54 15.72 -
YUV 85.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 196 25 109 0 0.87 0.44 0.23 330.53 0.77 0.43
Hex C4 19 6D 0 57 2C 17 14B 4D 2B
Octal 304 31 155 0 127 54 27 513 115 53
Binary 11000100 11001 1101101 0 1010111 101100 10111 101001011 1001101 101011

Color Harmonies of #C4196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4196D

Black with #C4196D

Text Example


Text Example

White with #C4196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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