Html Css Color HEX #C6166B Medium Violet Red

📋 copy color: '#C6166B'

red 198 ◦ green 22 ◦ blue 107

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

Shades of Medium Violet Red #C6166B

Tints of Medium Violet Red #C6166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 60.55%
G = 6.73%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6166B (or 0xC6166B) is known color: Medium Violet Red. HEX triplet: C6, 16 and 6B. RGB value is (198,22,107). Sum of RGB (Red+Green+Blue) = 198+22+107=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6166B is #39E994. Grayscale: #545454. Windows color (decimal): -3795349 or 7018182. OLE color: 7018182.

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

Color convert

RGB 198 22 107 -
CMYK 0 0.89 0.46 0.22
HSL 331.02º 0.8% 0.43% -
HSV(B) 331.02º 0.89% 0.78% -
XYZ 26.23 13.64 15.16 -
YUV 84.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 198 22 107 0 0.89 0.46 0.22 331.02 0.8 0.43
Hex C6 16 6B 0 59 2E 16 14B 50 2B
Octal 306 26 153 0 131 56 26 513 120 53
Binary 11000110 10110 1101011 0 1011001 101110 10110 101001011 1010000 101011

Color Harmonies of #C6166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6166B

Black with #C6166B

Text Example


Text Example

White with #C6166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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