Html Css Color HEX #C4137F Medium Violet Red

📋 copy color: '#C4137F'

red 196 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #C4137F

Tints of Medium Violet Red #C4137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 57.31%
G = 5.56%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4137F (or 0xC4137F) is known color: Medium Violet Red. HEX triplet: C4, 13 and 7F. RGB value is (196,19,127). Sum of RGB (Red+Green+Blue) = 196+19+127=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4137F is #3BEC80. Grayscale: #535353. Windows color (decimal): -3927169 or 8328132. OLE color: 8328132.

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

Color convert

RGB 196 19 127 -
CMYK 0 0.90 0.35 0.23
HSL 323.39º 0.82% 0.42% -
HSV(B) 323.39º 0.9% 0.77% -
XYZ 26.83 13.73 21.32 -
YUV 84.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 196 19 127 0 0.90 0.35 0.23 323.39 0.82 0.42
Hex C4 13 7F 0 5A 23 17 143 52 2A
Octal 304 23 177 0 132 43 27 503 122 52
Binary 11000100 10011 1111111 0 1011010 100011 10111 101000011 1010010 101010

Color Harmonies of #C4137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4137F

Black with #C4137F

Text Example


Text Example

White with #C4137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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