Html Css Color HEX #C7107C Medium Violet Red

📋 copy color: '#C7107C'

red 199 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #C7107C

Tints of Medium Violet Red #C7107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 58.7%
G = 4.72%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7107C (or 0xC7107C) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7C. RGB value is (199,16,124). Sum of RGB (Red+Green+Blue) = 199+16+124=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107C is #38EF83. Grayscale: #525252. Windows color (decimal): -3731332 or 8130759. OLE color: 8130759.

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

Color convert

RGB 199 16 124 -
CMYK 0 0.92 0.38 0.22
HSL 324.59º 0.85% 0.42% -
HSV(B) 324.59º 0.92% 0.78% -
XYZ 27.38 13.97 20.32 -
YUV 83.03 151.13 210.72 -
System Red Green Blue C M Y K H S L
Decimal 199 16 124 0 0.92 0.38 0.22 324.59 0.85 0.42
Hex C7 10 7C 0 5C 26 16 145 55 2A
Octal 307 20 174 0 134 46 26 505 125 52
Binary 11000111 10000 1111100 0 1011100 100110 10110 101000101 1010101 101010

Color Harmonies of #C7107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7107C

Black with #C7107C

Text Example


Text Example

White with #C7107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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