Html Css Color HEX #C6106C Medium Violet Red

📋 copy color: '#C6106C'

red 198 ◦ green 16 ◦ blue 108

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

Shades of Medium Violet Red #C6106C

Tints of Medium Violet Red #C6106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 61.49%
G = 4.97%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6106C (or 0xC6106C) is known color: Medium Violet Red. HEX triplet: C6, 10 and 6C. RGB value is (198,16,108). Sum of RGB (Red+Green+Blue) = 198+16+108=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6106C is #39EF93. Grayscale: #505050. Windows color (decimal): -3796884 or 7082182. OLE color: 7082182.

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

Color convert

RGB 198 16 108 -
CMYK 0 0.92 0.45 0.22
HSL 329.67º 0.85% 0.42% -
HSV(B) 329.67º 0.92% 0.78% -
XYZ 26.18 13.46 15.41 -
YUV 80.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 198 16 108 0 0.92 0.45 0.22 329.67 0.85 0.42
Hex C6 10 6C 0 5C 2D 16 14A 55 2A
Octal 306 20 154 0 134 55 26 512 125 52
Binary 11000110 10000 1101100 0 1011100 101101 10110 101001010 1010101 101010

Color Harmonies of #C6106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6106C

Black with #C6106C

Text Example


Text Example

White with #C6106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6106C; }

 p { color: rgb(198,16,108); }

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

background-color css

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

 a { background-color: rgb(198,16,108); }

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

border-color css

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

 span { border-color: rgb(198,16,108); }

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