Shades of Deep Magenta #C101CC
Tints of Deep Magenta #C101CC
RGB
CMYK
RGB Variations
Color information
#C101CC (or 0xC101CC) is known color: Deep Magenta. HEX triplet: C1, 01 and CC. RGB value is (193,1,204). Sum of RGB (Red+Green+Blue) = 193+1+204=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #C101CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101CC is #3EFE33. Grayscale: #505050. Windows color (decimal): -4128308 or 13369793. OLE color: 13369793.
HSL color Cylindrical-coordinate representation of color #C101CC: hue angle of 296.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101CC is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 1 | 204 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.2 |
| HSL | 296.75º | 0.99% | 0.4% | - |
| HSV(B) | 296.75º | 1% | 0.8% | - |
| XYZ | 32.9 | 15.72 | 58.43 | - |
| YUV | 81.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 204 | 0.05 | 1.00 | 0 | 0.2 | 296.75 | 0.99 | 0.4 |
| Hex | C1 | 1 | CC | 5 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 301 | 1 | 314 | 5 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000001 | 1 | 11001100 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C101CC
Complementary color
Monochromatic Colors of #C101CC
Black with #C101CC
Text Example
Text Example
White with #C101CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101CC; }
p { color: rgb(193,1,204); }
H1.HeaderClassName
{
color: #C101CC;
}
.AnyTagClassName
{
color: #C101CC;
}
</style>
background-color css
<style>
a { background-color: #C101CC; }
a { background-color: rgb(193,1,204); }
div.DivClassName
{
background-color: #C101CC;
}
.BgClassName
{
background-color: #C101CC;
}
</style>
border-color css
<style>
span { border-color: #C101CC; }
span { border-color: rgb(193,1,204); }
td.TdClassName
{
border-color: #C101CC;
}
.TagClassName
{
border-color: #C101CC;
}
</style>