Html Css Color HEX #C6107C Medium Violet Red

📋 copy color: '#C6107C'

red 198 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #C6107C

Tints of Medium Violet Red #C6107C

RGB

 RED value IS 198 (77.73% from 255) = 58.58%

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

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

R = 58.58%
G = 4.73%
B = 36.69%

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

#C6107C (or 0xC6107C) is known color: Medium Violet Red. HEX triplet: C6, 10 and 7C. RGB value is (198,16,124). Sum of RGB (Red+Green+Blue) = 198+16+124=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6107C is #39EF83. Grayscale: #525252. Windows color (decimal): -3796868 or 8130758. OLE color: 8130758.

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

Color convert

RGB 198 16 124 -
CMYK 0 0.92 0.37 0.22
HSL 324.4º 0.85% 0.42% -
HSV(B) 324.4º 0.92% 0.78% -
XYZ 27.11 13.83 20.31 -
YUV 82.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 198 16 124 0 0.92 0.37 0.22 324.4 0.85 0.42
Hex C6 10 7C 0 5C 25 16 144 55 2A
Octal 306 20 174 0 134 45 26 504 125 52
Binary 11000110 10000 1111100 0 1011100 100101 10110 101000100 1010101 101010

Color Harmonies of #C6107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6107C

Black with #C6107C

Text Example


Text Example

White with #C6107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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