Html Css Color HEX #C7107E Medium Violet Red

📋 copy color: '#C7107E'

red 199 ◦ green 16 ◦ blue 126

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

Shades of Medium Violet Red #C7107E

Tints of Medium Violet Red #C7107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 58.36%
G = 4.69%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7107E (or 0xC7107E) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7E. RGB value is (199,16,126). Sum of RGB (Red+Green+Blue) = 199+16+126=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107E is #38EF81. Grayscale: #535353. Windows color (decimal): -3731330 or 8261831. OLE color: 8261831.

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

Color convert

RGB 199 16 126 -
CMYK 0 0.92 0.37 0.22
HSL 323.93º 0.85% 0.42% -
HSV(B) 323.93º 0.92% 0.78% -
XYZ 27.5 14.02 20.99 -
YUV 83.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 199 16 126 0 0.92 0.37 0.22 323.93 0.85 0.42
Hex C7 10 7E 0 5C 25 16 144 55 2A
Octal 307 20 176 0 134 45 26 504 125 52
Binary 11000111 10000 1111110 0 1011100 100101 10110 101000100 1010101 101010

Color Harmonies of #C7107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7107E

Black with #C7107E

Text Example


Text Example

White with #C7107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7107E; }

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

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

background-color css

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

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

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

border-color css

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

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

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