Shades of Deep Magenta #CC1BE1
Tints of Deep Magenta #CC1BE1
RGB
CMYK
RGB Variations
Color information
#CC1BE1 (or 0xCC1BE1) is known color: Deep Magenta. HEX triplet: CC, 1B and E1. RGB value is (204,27,225). Sum of RGB (Red+Green+Blue) = 204+27+225=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC1BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BE1 is #33E41E. Grayscale: #656565. Windows color (decimal): -3400735 or 14752716. OLE color: 14752716.
HSL color Cylindrical-coordinate representation of color #CC1BE1: hue angle of 293.64º degrees, saturation: 0.79, 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 #CC1BE1 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 27 | 225 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.12 |
| HSL | 293.64º | 0.79% | 0.49% | - |
| HSV(B) | 293.64º | 0.88% | 0.88% | - |
| XYZ | 38.88 | 19.06 | 72.86 | - |
| YUV | 102.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 225 | 0.09 | 0.88 | 0 | 0.12 | 293.64 | 0.79 | 0.49 |
| Hex | CC | 1B | E1 | 9 | 58 | 0 | C | 126 | 4F | 31 |
| Octal | 314 | 33 | 341 | 11 | 130 | 0 | 14 | 446 | 117 | 61 |
| Binary | 11001100 | 11011 | 11100001 | 1001 | 1011000 | 0 | 1100 | 100100110 | 1001111 | 110001 |
Color Harmonies of #CC1BE1
Complementary color
Monochromatic Colors of #CC1BE1
Black with #CC1BE1
Text Example
Text Example
White with #CC1BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BE1; }
p { color: rgb(204,27,225); }
H1.HeaderClassName
{
color: #CC1BE1;
}
.AnyTagClassName
{
color: #CC1BE1;
}
</style>
background-color css
<style>
a { background-color: #CC1BE1; }
a { background-color: rgb(204,27,225); }
div.DivClassName
{
background-color: #CC1BE1;
}
.BgClassName
{
background-color: #CC1BE1;
}
</style>
border-color css
<style>
span { border-color: #CC1BE1; }
span { border-color: rgb(204,27,225); }
td.TdClassName
{
border-color: #CC1BE1;
}
.TagClassName
{
border-color: #CC1BE1;
}
</style>