Html Css Color HEX #C4137C Medium Violet Red

📋 copy color: '#C4137C'

red 196 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #C4137C

Tints of Medium Violet Red #C4137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 57.82%
G = 5.6%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4137C (or 0xC4137C) is known color: Medium Violet Red. HEX triplet: C4, 13 and 7C. RGB value is (196,19,124). Sum of RGB (Red+Green+Blue) = 196+19+124=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4137C is #3BEC83. Grayscale: #535353. Windows color (decimal): -3927172 or 8131524. OLE color: 8131524.

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

Color convert

RGB 196 19 124 -
CMYK 0 0.90 0.37 0.23
HSL 324.41º 0.82% 0.42% -
HSV(B) 324.41º 0.9% 0.77% -
XYZ 26.64 13.66 20.3 -
YUV 83.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 196 19 124 0 0.90 0.37 0.23 324.41 0.82 0.42
Hex C4 13 7C 0 5A 25 17 144 52 2A
Octal 304 23 174 0 132 45 27 504 122 52
Binary 11000100 10011 1111100 0 1011010 100101 10111 101000100 1010010 101010

Color Harmonies of #C4137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4137C

Black with #C4137C

Text Example


Text Example

White with #C4137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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