Html Css Color HEX #C7117F Medium Violet Red

📋 copy color: '#C7117F'

red 199 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #C7117F

Tints of Medium Violet Red #C7117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 58.02%
G = 4.96%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7117F (or 0xC7117F) is known color: Medium Violet Red. HEX triplet: C7, 11 and 7F. RGB value is (199,17,127). Sum of RGB (Red+Green+Blue) = 199+17+127=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7117F is #38EE80. Grayscale: #535353. Windows color (decimal): -3731073 or 8327623. OLE color: 8327623.

HSL color Cylindrical-coordinate representation of color #C7117F: hue angle of 323.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7117F is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 127 -
CMYK 0 0.91 0.36 0.22
HSL 323.74º 0.84% 0.42% -
HSV(B) 323.74º 0.91% 0.78% -
XYZ 27.58 14.08 21.34 -
YUV 83.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 199 17 127 0 0.91 0.36 0.22 323.74 0.84 0.42
Hex C7 11 7F 0 5B 24 16 144 54 2A
Octal 307 21 177 0 133 44 26 504 124 52
Binary 11000111 10001 1111111 0 1011011 100100 10110 101000100 1010100 101010

Color Harmonies of #C7117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7117F

Black with #C7117F

Text Example


Text Example

White with #C7117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7117F; }

 p { color: rgb(199,17,127); }

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

background-color css

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

 a { background-color: rgb(199,17,127); }

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

border-color css

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

 span { border-color: rgb(199,17,127); }

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