Shades of Deep Magenta #C106C4
Tints of Deep Magenta #C106C4
RGB
CMYK
RGB Variations
Color information
#C106C4 (or 0xC106C4) is known color: Deep Magenta. HEX triplet: C1, 06 and C4. RGB value is (193,6,196). Sum of RGB (Red+Green+Blue) = 193+6+196=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #C106C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106C4 is #3EF93B. Grayscale: #535353. Windows color (decimal): -4127036 or 12846785. OLE color: 12846785.
HSL color Cylindrical-coordinate representation of color #C106C4: hue angle of 299.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106C4 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 6 | 196 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.23 |
| HSL | 299.05º | 0.94% | 0.4% | - |
| HSV(B) | 299.05º | 0.97% | 0.77% | - |
| XYZ | 32.02 | 15.45 | 53.52 | - |
| YUV | 83.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 196 | 0.02 | 0.97 | 0 | 0.23 | 299.05 | 0.94 | 0.4 |
| Hex | C1 | 6 | C4 | 2 | 61 | 0 | 17 | 12B | 5E | 28 |
| Octal | 301 | 6 | 304 | 2 | 141 | 0 | 27 | 453 | 136 | 50 |
| Binary | 11000001 | 110 | 11000100 | 10 | 1100001 | 0 | 10111 | 100101011 | 1011110 | 101000 |
Color Harmonies of #C106C4
Complementary color
Monochromatic Colors of #C106C4
Black with #C106C4
Text Example
Text Example
White with #C106C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106C4; }
p { color: rgb(193,6,196); }
H1.HeaderClassName
{
color: #C106C4;
}
.AnyTagClassName
{
color: #C106C4;
}
</style>
background-color css
<style>
a { background-color: #C106C4; }
a { background-color: rgb(193,6,196); }
div.DivClassName
{
background-color: #C106C4;
}
.BgClassName
{
background-color: #C106C4;
}
</style>
border-color css
<style>
span { border-color: #C106C4; }
span { border-color: rgb(193,6,196); }
td.TdClassName
{
border-color: #C106C4;
}
.TagClassName
{
border-color: #C106C4;
}
</style>