Html Css Color HEX #C4157D Medium Violet Red

📋 copy color: '#C4157D'

red 196 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #C4157D

Tints of Medium Violet Red #C4157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 57.31%
G = 6.14%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4157D (or 0xC4157D) is known color: Medium Violet Red. HEX triplet: C4, 15 and 7D. RGB value is (196,21,125). Sum of RGB (Red+Green+Blue) = 196+21+125=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4157D is #3BEA82. Grayscale: #545454. Windows color (decimal): -3926659 or 8197572. OLE color: 8197572.

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

Color convert

RGB 196 21 125 -
CMYK 0 0.89 0.36 0.23
HSL 324.34º 0.81% 0.43% -
HSV(B) 324.34º 0.89% 0.77% -
XYZ 26.73 13.75 20.65 -
YUV 85.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 196 21 125 0 0.89 0.36 0.23 324.34 0.81 0.43
Hex C4 15 7D 0 59 24 17 144 51 2B
Octal 304 25 175 0 131 44 27 504 121 53
Binary 11000100 10101 1111101 0 1011001 100100 10111 101000100 1010001 101011

Color Harmonies of #C4157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4157D

Black with #C4157D

Text Example


Text Example

White with #C4157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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