Html Css Color HEX #C7106D Medium Violet Red

📋 copy color: '#C7106D'

red 199 ◦ green 16 ◦ blue 109

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

Shades of Medium Violet Red #C7106D

Tints of Medium Violet Red #C7106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 61.42%
G = 4.94%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7106D (or 0xC7106D) is known color: Medium Violet Red. HEX triplet: C7, 10 and 6D. RGB value is (199,16,109). Sum of RGB (Red+Green+Blue) = 199+16+109=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7106D is #38EF92. Grayscale: #515151. Windows color (decimal): -3731347 or 7147719. OLE color: 7147719.

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

Color convert

RGB 199 16 109 -
CMYK 0 0.92 0.45 0.22
HSL 329.51º 0.85% 0.42% -
HSV(B) 329.51º 0.92% 0.78% -
XYZ 26.5 13.62 15.7 -
YUV 81.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 199 16 109 0 0.92 0.45 0.22 329.51 0.85 0.42
Hex C7 10 6D 0 5C 2D 16 14A 55 2A
Octal 307 20 155 0 134 55 26 512 125 52
Binary 11000111 10000 1101101 0 1011100 101101 10110 101001010 1010101 101010

Color Harmonies of #C7106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7106D

Black with #C7106D

Text Example


Text Example

White with #C7106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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