Html Css Color HEX #C106A6 Medium Violet Red

📋 copy color: '#C106A6'

red 193 ◦ green 6 ◦ blue 166

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

Shades of Medium Violet Red #C106A6

Tints of Medium Violet Red #C106A6

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 52.88%
G = 1.64%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C106A6 (or 0xC106A6) is known color: Medium Violet Red. HEX triplet: C1, 06 and A6. RGB value is (193,6,166). Sum of RGB (Red+Green+Blue) = 193+6+166=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C106A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C106A6 is #3EF959. Grayscale: #4F4F4F. Windows color (decimal): -4127066 or 10880705. OLE color: 10880705.

HSL color Cylindrical-coordinate representation of color #C106A6: hue angle of 308.66º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106A6 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 166 -
CMYK 0 0.97 0.14 0.24
HSL 308.66º 0.94% 0.39% -
HSV(B) 308.66º 0.97% 0.76% -
XYZ 28.94 14.22 37.3 -
YUV 80.15 176.45 208.49 -
System Red Green Blue C M Y K H S L
Decimal 193 6 166 0 0.97 0.14 0.24 308.66 0.94 0.39
Hex C1 6 A6 0 61 E 18 135 5E 27
Octal 301 6 246 0 141 16 30 465 136 47
Binary 11000001 110 10100110 0 1100001 1110 11000 100110101 1011110 100111

Color Harmonies of #C106A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106A6

Black with #C106A6

Text Example


Text Example

White with #C106A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106A6; }

 p { color: rgb(193,6,166); }

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

background-color css

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

 a { background-color: rgb(193,6,166); }

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

border-color css

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

 span { border-color: rgb(193,6,166); }

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