Shades of Deep Magenta #CC1BE0
Tints of Deep Magenta #CC1BE0
RGB
CMYK
RGB Variations
Color information
#CC1BE0 (or 0xCC1BE0) is known color: Deep Magenta. HEX triplet: CC, 1B and E0. RGB value is (204,27,224). Sum of RGB (Red+Green+Blue) = 204+27+224=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC1BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BE0 is #33E41F. Grayscale: #656565. Windows color (decimal): -3400736 or 14687180. OLE color: 14687180.
HSL color Cylindrical-coordinate representation of color #CC1BE0: hue angle of 293.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1BE0 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 27 | 224 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.12 |
| HSL | 293.91º | 0.78% | 0.49% | - |
| HSV(B) | 293.91º | 0.88% | 0.88% | - |
| XYZ | 38.75 | 19 | 72.15 | - |
| YUV | 102.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 224 | 0.09 | 0.88 | 0 | 0.12 | 293.91 | 0.78 | 0.49 |
| Hex | CC | 1B | E0 | 9 | 58 | 0 | C | 126 | 4E | 31 |
| Octal | 314 | 33 | 340 | 11 | 130 | 0 | 14 | 446 | 116 | 61 |
| Binary | 11001100 | 11011 | 11100000 | 1001 | 1011000 | 0 | 1100 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CC1BE0
Complementary color
Monochromatic Colors of #CC1BE0
Black with #CC1BE0
Text Example
Text Example
White with #CC1BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BE0; }
p { color: rgb(204,27,224); }
H1.HeaderClassName
{
color: #CC1BE0;
}
.AnyTagClassName
{
color: #CC1BE0;
}
</style>
background-color css
<style>
a { background-color: #CC1BE0; }
a { background-color: rgb(204,27,224); }
div.DivClassName
{
background-color: #CC1BE0;
}
.BgClassName
{
background-color: #CC1BE0;
}
</style>
border-color css
<style>
span { border-color: #CC1BE0; }
span { border-color: rgb(204,27,224); }
td.TdClassName
{
border-color: #CC1BE0;
}
.TagClassName
{
border-color: #CC1BE0;
}
</style>