Html Css Color HEX #C6116A Medium Violet Red

📋 copy color: '#C6116A'

red 198 ◦ green 17 ◦ blue 106

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

Shades of Medium Violet Red #C6116A

Tints of Medium Violet Red #C6116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 61.68%
G = 5.3%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6116A (or 0xC6116A) is known color: Medium Violet Red. HEX triplet: C6, 11 and 6A. RGB value is (198,17,106). Sum of RGB (Red+Green+Blue) = 198+17+106=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6116A is #39EE95. Grayscale: #515151. Windows color (decimal): -3796630 or 6951366. OLE color: 6951366.

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

Color convert

RGB 198 17 106 -
CMYK 0 0.91 0.46 0.22
HSL 330.5º 0.84% 0.42% -
HSV(B) 330.5º 0.91% 0.78% -
XYZ 26.09 13.45 14.86 -
YUV 81.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 198 17 106 0 0.91 0.46 0.22 330.5 0.84 0.42
Hex C6 11 6A 0 5B 2E 16 14A 54 2A
Octal 306 21 152 0 133 56 26 512 124 52
Binary 11000110 10001 1101010 0 1011011 101110 10110 101001010 1010100 101010

Color Harmonies of #C6116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6116A

Black with #C6116A

Text Example


Text Example

White with #C6116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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