Html Css Color HEX #C7108E Medium Violet Red

📋 copy color: '#C7108E'

red 199 ◦ green 16 ◦ blue 142

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

Shades of Medium Violet Red #C7108E

Tints of Medium Violet Red #C7108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 55.74%
G = 4.48%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7108E (or 0xC7108E) is known color: Medium Violet Red. HEX triplet: C7, 10 and 8E. RGB value is (199,16,142). Sum of RGB (Red+Green+Blue) = 199+16+142=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7108E is #38EF71. Grayscale: #545454. Windows color (decimal): -3731314 or 9310407. OLE color: 9310407.

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

Color convert

RGB 199 16 142 -
CMYK 0 0.92 0.29 0.22
HSL 318.69º 0.85% 0.42% -
HSV(B) 318.69º 0.92% 0.78% -
XYZ 28.62 14.47 26.87 -
YUV 85.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 199 16 142 0 0.92 0.29 0.22 318.69 0.85 0.42
Hex C7 10 8E 0 5C 1D 16 13F 55 2A
Octal 307 20 216 0 134 35 26 477 125 52
Binary 11000111 10000 10001110 0 1011100 11101 10110 100111111 1010101 101010

Color Harmonies of #C7108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7108E

Black with #C7108E

Text Example


Text Example

White with #C7108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7108E; }

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

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

background-color css

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

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

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

border-color css

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

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

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