Shades of Deep Magenta #CC1BCE
Tints of Deep Magenta #CC1BCE
RGB
CMYK
RGB Variations
Color information
#CC1BCE (or 0xCC1BCE) is known color: Deep Magenta. HEX triplet: CC, 1B and CE. RGB value is (204,27,206). Sum of RGB (Red+Green+Blue) = 204+27+206=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BCE is #33E431. Grayscale: #636363. Windows color (decimal): -3400754 or 13507532. OLE color: 13507532.
HSL color Cylindrical-coordinate representation of color #CC1BCE: hue angle of 299.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BCE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 27 | 206 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.19 |
| HSL | 299.33º | 0.77% | 0.46% | - |
| HSV(B) | 299.33º | 0.87% | 0.81% | - |
| XYZ | 36.43 | 18.08 | 59.96 | - |
| YUV | 100.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 206 | 0.01 | 0.87 | 0 | 0.19 | 299.33 | 0.77 | 0.46 |
| Hex | CC | 1B | CE | 1 | 57 | 0 | 13 | 12B | 4D | 2E |
| Octal | 314 | 33 | 316 | 1 | 127 | 0 | 23 | 453 | 115 | 56 |
| Binary | 11001100 | 11011 | 11001110 | 1 | 1010111 | 0 | 10011 | 100101011 | 1001101 | 101110 |
Color Harmonies of #CC1BCE
Complementary color
Monochromatic Colors of #CC1BCE
Black with #CC1BCE
Text Example
Text Example
White with #CC1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BCE; }
p { color: rgb(204,27,206); }
H1.HeaderClassName
{
color: #CC1BCE;
}
.AnyTagClassName
{
color: #CC1BCE;
}
</style>
background-color css
<style>
a { background-color: #CC1BCE; }
a { background-color: rgb(204,27,206); }
div.DivClassName
{
background-color: #CC1BCE;
}
.BgClassName
{
background-color: #CC1BCE;
}
</style>
border-color css
<style>
span { border-color: #CC1BCE; }
span { border-color: rgb(204,27,206); }
td.TdClassName
{
border-color: #CC1BCE;
}
.TagClassName
{
border-color: #CC1BCE;
}
</style>