Html Css Color HEX #C4136D Medium Violet Red

📋 copy color: '#C4136D'

red 196 ◦ green 19 ◦ blue 109

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

Shades of Medium Violet Red #C4136D

Tints of Medium Violet Red #C4136D

RGB

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

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

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

R = 60.49%
G = 5.86%
B = 33.64%

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

#C4136D (or 0xC4136D) is known color: Medium Violet Red. HEX triplet: C4, 13 and 6D. RGB value is (196,19,109). Sum of RGB (Red+Green+Blue) = 196+19+109=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4136D is #3BEC92. Grayscale: #515151. Windows color (decimal): -3927187 or 7148484. OLE color: 7148484.

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

Color convert

RGB 196 19 109 -
CMYK 0 0.90 0.44 0.23
HSL 329.49º 0.82% 0.42% -
HSV(B) 329.49º 0.9% 0.77% -
XYZ 25.76 13.31 15.68 -
YUV 82.18 143.14 209.18 -
System Red Green Blue C M Y K H S L
Decimal 196 19 109 0 0.90 0.44 0.23 329.49 0.82 0.42
Hex C4 13 6D 0 5A 2C 17 149 52 2A
Octal 304 23 155 0 132 54 27 511 122 52
Binary 11000100 10011 1101101 0 1011010 101100 10111 101001001 1010010 101010

Color Harmonies of #C4136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4136D

Black with #C4136D

Text Example


Text Example

White with #C4136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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