Html Css Color HEX #C7157A Medium Violet Red

📋 copy color: '#C7157A'

red 199 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #C7157A

Tints of Medium Violet Red #C7157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 58.19%
G = 6.14%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7157A (or 0xC7157A) is known color: Medium Violet Red. HEX triplet: C7, 15 and 7A. RGB value is (199,21,122). Sum of RGB (Red+Green+Blue) = 199+21+122=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7157A is #38EA85. Grayscale: #555555. Windows color (decimal): -3730054 or 8000967. OLE color: 8000967.

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

Color convert

RGB 199 21 122 -
CMYK 0 0.89 0.39 0.22
HSL 325.96º 0.81% 0.43% -
HSV(B) 325.96º 0.89% 0.78% -
XYZ 27.33 14.08 19.69 -
YUV 85.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 199 21 122 0 0.89 0.39 0.22 325.96 0.81 0.43
Hex C7 15 7A 0 59 27 16 146 51 2B
Octal 307 25 172 0 131 47 26 506 121 53
Binary 11000111 10101 1111010 0 1011001 100111 10110 101000110 1010001 101011

Color Harmonies of #C7157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7157A

Black with #C7157A

Text Example


Text Example

White with #C7157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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