Html Css Color HEX #C4157F Medium Violet Red

📋 copy color: '#C4157F'

red 196 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #C4157F

Tints of Medium Violet Red #C4157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.1%

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

R = 56.98%
G = 6.1%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4157F (or 0xC4157F) is known color: Medium Violet Red. HEX triplet: C4, 15 and 7F. RGB value is (196,21,127). Sum of RGB (Red+Green+Blue) = 196+21+127=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4157F is #3BEA80. Grayscale: #555555. Windows color (decimal): -3926657 or 8328644. OLE color: 8328644.

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

Color convert

RGB 196 21 127 -
CMYK 0 0.89 0.35 0.23
HSL 323.66º 0.81% 0.43% -
HSV(B) 323.66º 0.89% 0.77% -
XYZ 26.86 13.8 21.33 -
YUV 85.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 196 21 127 0 0.89 0.35 0.23 323.66 0.81 0.43
Hex C4 15 7F 0 59 23 17 144 51 2B
Octal 304 25 177 0 131 43 27 504 121 53
Binary 11000100 10101 1111111 0 1011001 100011 10111 101000100 1010001 101011

Color Harmonies of #C4157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4157F

Black with #C4157F

Text Example


Text Example

White with #C4157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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