Html Css Color HEX #C7106F Medium Violet Red

📋 copy color: '#C7106F'

red 199 ◦ green 16 ◦ blue 111

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

Shades of Medium Violet Red #C7106F

Tints of Medium Violet Red #C7106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 61.04%
G = 4.91%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7106F (or 0xC7106F) is known color: Medium Violet Red. HEX triplet: C7, 10 and 6F. RGB value is (199,16,111). Sum of RGB (Red+Green+Blue) = 199+16+111=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7106F is #38EF90. Grayscale: #515151. Windows color (decimal): -3731345 or 7278791. OLE color: 7278791.

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

Color convert

RGB 199 16 111 -
CMYK 0 0.92 0.44 0.22
HSL 328.85º 0.85% 0.42% -
HSV(B) 328.85º 0.92% 0.78% -
XYZ 26.61 13.66 16.27 -
YUV 81.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 199 16 111 0 0.92 0.44 0.22 328.85 0.85 0.42
Hex C7 10 6F 0 5C 2C 16 149 55 2A
Octal 307 20 157 0 134 54 26 511 125 52
Binary 11000111 10000 1101111 0 1011100 101100 10110 101001001 1010101 101010

Color Harmonies of #C7106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7106F

Black with #C7106F

Text Example


Text Example

White with #C7106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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