Html Css Color HEX #C4136E Medium Violet Red

📋 copy color: '#C4136E'

red 196 ◦ green 19 ◦ blue 110

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

Shades of Medium Violet Red #C4136E

Tints of Medium Violet Red #C4136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 60.31%
G = 5.85%
B = 33.85%

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

#C4136E (or 0xC4136E) is known color: Medium Violet Red. HEX triplet: C4, 13 and 6E. RGB value is (196,19,110). Sum of RGB (Red+Green+Blue) = 196+19+110=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4136E is #3BEC91. Grayscale: #525252. Windows color (decimal): -3927186 or 7214020. OLE color: 7214020.

HSL color Cylindrical-coordinate representation of color #C4136E: hue angle of 329.15º degrees, saturation: 0.82, 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 #C4136E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 110 -
CMYK 0 0.90 0.44 0.23
HSL 329.15º 0.82% 0.42% -
HSV(B) 329.15º 0.9% 0.77% -
XYZ 25.81 13.33 15.96 -
YUV 82.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 196 19 110 0 0.90 0.44 0.23 329.15 0.82 0.42
Hex C4 13 6E 0 5A 2C 17 149 52 2A
Octal 304 23 156 0 132 54 27 511 122 52
Binary 11000100 10011 1101110 0 1011010 101100 10111 101001001 1010010 101010

Color Harmonies of #C4136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4136E

Black with #C4136E

Text Example


Text Example

White with #C4136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4136E; }

 p { color: rgb(196,19,110); }

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

background-color css

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

 a { background-color: rgb(196,19,110); }

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

border-color css

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

 span { border-color: rgb(196,19,110); }

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