Shades of Deep Magenta #CC1FBB
Tints of Deep Magenta #CC1FBB
RGB
CMYK
RGB Variations
Color information
#CC1FBB (or 0xCC1FBB) is known color: Deep Magenta. HEX triplet: CC, 1F and BB. RGB value is (204,31,187). Sum of RGB (Red+Green+Blue) = 204+31+187=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FBB is #33E044. Grayscale: #646464. Windows color (decimal): -3399749 or 12263372. OLE color: 12263372.
HSL color Cylindrical-coordinate representation of color #CC1FBB: hue angle of 305.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FBB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 187 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.2 |
| HSL | 305.9º | 0.74% | 0.46% | - |
| HSV(B) | 305.9º | 0.85% | 0.8% | - |
| XYZ | 34.36 | 17.41 | 48.56 | - |
| YUV | 100.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 187 | 0 | 0.85 | 0.08 | 0.2 | 305.9 | 0.74 | 0.46 |
| Hex | CC | 1F | BB | 0 | 55 | 8 | 14 | 132 | 4A | 2E |
| Octal | 314 | 37 | 273 | 0 | 125 | 10 | 24 | 462 | 112 | 56 |
| Binary | 11001100 | 11111 | 10111011 | 0 | 1010101 | 1000 | 10100 | 100110010 | 1001010 | 101110 |
Color Harmonies of #CC1FBB
Complementary color
Monochromatic Colors of #CC1FBB
Black with #CC1FBB
Text Example
Text Example
White with #CC1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FBB; }
p { color: rgb(204,31,187); }
H1.HeaderClassName
{
color: #CC1FBB;
}
.AnyTagClassName
{
color: #CC1FBB;
}
</style>
background-color css
<style>
a { background-color: #CC1FBB; }
a { background-color: rgb(204,31,187); }
div.DivClassName
{
background-color: #CC1FBB;
}
.BgClassName
{
background-color: #CC1FBB;
}
</style>
border-color css
<style>
span { border-color: #CC1FBB; }
span { border-color: rgb(204,31,187); }
td.TdClassName
{
border-color: #CC1FBB;
}
.TagClassName
{
border-color: #CC1FBB;
}
</style>