Shades of Deep Magenta #CC1BE6
Tints of Deep Magenta #CC1BE6
RGB
CMYK
RGB Variations
Color information
#CC1BE6 (or 0xCC1BE6) is known color: Deep Magenta. HEX triplet: CC, 1B and E6. RGB value is (204,27,230). Sum of RGB (Red+Green+Blue) = 204+27+230=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC1BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BE6 is #33E419. Grayscale: #666666. Windows color (decimal): -3400730 or 15080396. OLE color: 15080396.
HSL color Cylindrical-coordinate representation of color #CC1BE6: hue angle of 292.32º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1BE6 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 27 | 230 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.10 |
| HSL | 292.32º | 0.8% | 0.5% | - |
| HSV(B) | 292.32º | 0.88% | 0.9% | - |
| XYZ | 39.58 | 19.33 | 76.51 | - |
| YUV | 103.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 230 | 0.11 | 0.88 | 0 | 0.10 | 292.32 | 0.8 | 0.5 |
| Hex | CC | 1B | E6 | B | 58 | 0 | A | 124 | 50 | 32 |
| Octal | 314 | 33 | 346 | 13 | 130 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001100 | 11011 | 11100110 | 1011 | 1011000 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CC1BE6
Complementary color
Monochromatic Colors of #CC1BE6
Black with #CC1BE6
Text Example
Text Example
White with #CC1BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BE6; }
p { color: rgb(204,27,230); }
H1.HeaderClassName
{
color: #CC1BE6;
}
.AnyTagClassName
{
color: #CC1BE6;
}
</style>
background-color css
<style>
a { background-color: #CC1BE6; }
a { background-color: rgb(204,27,230); }
div.DivClassName
{
background-color: #CC1BE6;
}
.BgClassName
{
background-color: #CC1BE6;
}
</style>
border-color css
<style>
span { border-color: #CC1BE6; }
span { border-color: rgb(204,27,230); }
td.TdClassName
{
border-color: #CC1BE6;
}
.TagClassName
{
border-color: #CC1BE6;
}
</style>