Shades of Deep Magenta #CC1BC7
Tints of Deep Magenta #CC1BC7
RGB
CMYK
RGB Variations
Color information
#CC1BC7 (or 0xCC1BC7) is known color: Deep Magenta. HEX triplet: CC, 1B and C7. RGB value is (204,27,199). Sum of RGB (Red+Green+Blue) = 204+27+199=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BC7 is #33E438. Grayscale: #636363. Windows color (decimal): -3400761 or 13048780. OLE color: 13048780.
HSL color Cylindrical-coordinate representation of color #CC1BC7: hue angle of 301.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.2 |
| HSL | 301.69º | 0.77% | 0.45% | - |
| HSV(B) | 301.69º | 0.87% | 0.8% | - |
| XYZ | 35.6 | 17.74 | 55.58 | - |
| YUV | 99.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 199 | 0 | 0.87 | 0.02 | 0.2 | 301.69 | 0.77 | 0.45 |
| Hex | CC | 1B | C7 | 0 | 57 | 2 | 14 | 12E | 4D | 2D |
| Octal | 314 | 33 | 307 | 0 | 127 | 2 | 24 | 456 | 115 | 55 |
| Binary | 11001100 | 11011 | 11000111 | 0 | 1010111 | 10 | 10100 | 100101110 | 1001101 | 101101 |
Color Harmonies of #CC1BC7
Complementary color
Monochromatic Colors of #CC1BC7
Black with #CC1BC7
Text Example
Text Example
White with #CC1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BC7; }
p { color: rgb(204,27,199); }
H1.HeaderClassName
{
color: #CC1BC7;
}
.AnyTagClassName
{
color: #CC1BC7;
}
</style>
background-color css
<style>
a { background-color: #CC1BC7; }
a { background-color: rgb(204,27,199); }
div.DivClassName
{
background-color: #CC1BC7;
}
.BgClassName
{
background-color: #CC1BC7;
}
</style>
border-color css
<style>
span { border-color: #CC1BC7; }
span { border-color: rgb(204,27,199); }
td.TdClassName
{
border-color: #CC1BC7;
}
.TagClassName
{
border-color: #CC1BC7;
}
</style>