Html Css Color HEX #C6116D Medium Violet Red

📋 copy color: '#C6116D'

red 198 ◦ green 17 ◦ blue 109

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

Shades of Medium Violet Red #C6116D

Tints of Medium Violet Red #C6116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 61.11%
G = 5.25%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6116D (or 0xC6116D) is known color: Medium Violet Red. HEX triplet: C6, 11 and 6D. RGB value is (198,17,109). Sum of RGB (Red+Green+Blue) = 198+17+109=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6116D is #39EE92. Grayscale: #515151. Windows color (decimal): -3796627 or 7147974. OLE color: 7147974.

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

Color convert

RGB 198 17 109 -
CMYK 0 0.91 0.45 0.22
HSL 329.5º 0.84% 0.42% -
HSV(B) 329.5º 0.91% 0.78% -
XYZ 26.25 13.51 15.69 -
YUV 81.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 198 17 109 0 0.91 0.45 0.22 329.5 0.84 0.42
Hex C6 11 6D 0 5B 2D 16 14A 54 2A
Octal 306 21 155 0 133 55 26 512 124 52
Binary 11000110 10001 1101101 0 1011011 101101 10110 101001010 1010100 101010

Color Harmonies of #C6116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6116D

Black with #C6116D

Text Example


Text Example

White with #C6116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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