Html Css Color HEX #C6117C Medium Violet Red

📋 copy color: '#C6117C'

red 198 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #C6117C

Tints of Medium Violet Red #C6117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 58.41%
G = 5.01%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6117C (or 0xC6117C) is known color: Medium Violet Red. HEX triplet: C6, 11 and 7C. RGB value is (198,17,124). Sum of RGB (Red+Green+Blue) = 198+17+124=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6117C is #39EE83. Grayscale: #535353. Windows color (decimal): -3796612 or 8131014. OLE color: 8131014.

HSL color Cylindrical-coordinate representation of color #C6117C: hue angle of 324.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6117C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 124 -
CMYK 0 0.91 0.37 0.22
HSL 324.53º 0.84% 0.42% -
HSV(B) 324.53º 0.91% 0.78% -
XYZ 27.13 13.86 20.31 -
YUV 83.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 198 17 124 0 0.91 0.37 0.22 324.53 0.84 0.42
Hex C6 11 7C 0 5B 25 16 145 54 2A
Octal 306 21 174 0 133 45 26 505 124 52
Binary 11000110 10001 1111100 0 1011011 100101 10110 101000101 1010100 101010

Color Harmonies of #C6117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6117C

Black with #C6117C

Text Example


Text Example

White with #C6117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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