Html Css Color HEX #C7157C Medium Violet Red

📋 copy color: '#C7157C'

red 199 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C7157C

Tints of Medium Violet Red #C7157C

RGB

 RED value IS 199 (78.13% from 255) = 57.85%

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

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

R = 57.85%
G = 6.1%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7157C (or 0xC7157C) is known color: Medium Violet Red. HEX triplet: C7, 15 and 7C. RGB value is (199,21,124). Sum of RGB (Red+Green+Blue) = 199+21+124=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7157C is #38EA83. Grayscale: #555555. Windows color (decimal): -3730052 or 8132039. OLE color: 8132039.

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

Color convert

RGB 199 21 124 -
CMYK 0 0.89 0.38 0.22
HSL 325.28º 0.81% 0.43% -
HSV(B) 325.28º 0.89% 0.78% -
XYZ 27.46 14.13 20.35 -
YUV 85.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 199 21 124 0 0.89 0.38 0.22 325.28 0.81 0.43
Hex C7 15 7C 0 59 26 16 145 51 2B
Octal 307 25 174 0 131 46 26 505 121 53
Binary 11000111 10101 1111100 0 1011001 100110 10110 101000101 1010001 101011

Color Harmonies of #C7157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7157C

Black with #C7157C

Text Example


Text Example

White with #C7157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7157C; }

 p { color: rgb(199,21,124); }

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

background-color css

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

 a { background-color: rgb(199,21,124); }

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

border-color css

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

 span { border-color: rgb(199,21,124); }

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