Html Css Color HEX #C7117D Medium Violet Red

📋 copy color: '#C7117D'

red 199 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #C7117D

Tints of Medium Violet Red #C7117D

RGB

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

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

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

R = 58.36%
G = 4.99%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7117D (or 0xC7117D) is known color: Medium Violet Red. HEX triplet: C7, 11 and 7D. RGB value is (199,17,125). Sum of RGB (Red+Green+Blue) = 199+17+125=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7117D is #38EE82. Grayscale: #535353. Windows color (decimal): -3731075 or 8196551. OLE color: 8196551.

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

Color convert

RGB 199 17 125 -
CMYK 0 0.91 0.37 0.22
HSL 324.4º 0.84% 0.42% -
HSV(B) 324.4º 0.91% 0.78% -
XYZ 27.46 14.02 20.66 -
YUV 83.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 199 17 125 0 0.91 0.37 0.22 324.4 0.84 0.42
Hex C7 11 7D 0 5B 25 16 144 54 2A
Octal 307 21 175 0 133 45 26 504 124 52
Binary 11000111 10001 1111101 0 1011011 100101 10110 101000100 1010100 101010

Color Harmonies of #C7117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7117D

Black with #C7117D

Text Example


Text Example

White with #C7117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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