Html Css Color HEX #C6166F Medium Violet Red

📋 copy color: '#C6166F'

red 198 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #C6166F

Tints of Medium Violet Red #C6166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 59.82%
G = 6.65%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6166F (or 0xC6166F) is known color: Medium Violet Red. HEX triplet: C6, 16 and 6F. RGB value is (198,22,111). Sum of RGB (Red+Green+Blue) = 198+22+111=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6166F is #39E990. Grayscale: #545454. Windows color (decimal): -3795345 or 7280326. OLE color: 7280326.

HSL color Cylindrical-coordinate representation of color #C6166F: hue angle of 329.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6166F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 111 -
CMYK 0 0.89 0.44 0.22
HSL 329.66º 0.8% 0.43% -
HSV(B) 329.66º 0.89% 0.78% -
XYZ 26.44 13.73 16.29 -
YUV 84.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 198 22 111 0 0.89 0.44 0.22 329.66 0.8 0.43
Hex C6 16 6F 0 59 2C 16 14A 50 2B
Octal 306 26 157 0 131 54 26 512 120 53
Binary 11000110 10110 1101111 0 1011001 101100 10110 101001010 1010000 101011

Color Harmonies of #C6166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6166F

Black with #C6166F

Text Example


Text Example

White with #C6166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6166F; }

 p { color: rgb(198,22,111); }

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

background-color css

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

 a { background-color: rgb(198,22,111); }

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

border-color css

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

 span { border-color: rgb(198,22,111); }

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