Shades of Deep Magenta #CC1DBA
Tints of Deep Magenta #CC1DBA
RGB
CMYK
RGB Variations
Color information
#CC1DBA (or 0xCC1DBA) is known color: Deep Magenta. HEX triplet: CC, 1D and BA. RGB value is (204,29,186). Sum of RGB (Red+Green+Blue) = 204+29+186=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DBA is #33E245. Grayscale: #626262. Windows color (decimal): -3400262 or 12197324. OLE color: 12197324.
HSL color Cylindrical-coordinate representation of color #CC1DBA: hue angle of 306.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DBA is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 186 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.2 |
| HSL | 306.17º | 0.75% | 0.46% | - |
| HSV(B) | 306.17º | 0.86% | 0.8% | - |
| XYZ | 34.2 | 17.26 | 47.98 | - |
| YUV | 99.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 186 | 0 | 0.86 | 0.09 | 0.2 | 306.17 | 0.75 | 0.46 |
| Hex | CC | 1D | BA | 0 | 56 | 9 | 14 | 132 | 4B | 2E |
| Octal | 314 | 35 | 272 | 0 | 126 | 11 | 24 | 462 | 113 | 56 |
| Binary | 11001100 | 11101 | 10111010 | 0 | 1010110 | 1001 | 10100 | 100110010 | 1001011 | 101110 |
Color Harmonies of #CC1DBA
Complementary color
Monochromatic Colors of #CC1DBA
Black with #CC1DBA
Text Example
Text Example
White with #CC1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DBA; }
p { color: rgb(204,29,186); }
H1.HeaderClassName
{
color: #CC1DBA;
}
.AnyTagClassName
{
color: #CC1DBA;
}
</style>
background-color css
<style>
a { background-color: #CC1DBA; }
a { background-color: rgb(204,29,186); }
div.DivClassName
{
background-color: #CC1DBA;
}
.BgClassName
{
background-color: #CC1DBA;
}
</style>
border-color css
<style>
span { border-color: #CC1DBA; }
span { border-color: rgb(204,29,186); }
td.TdClassName
{
border-color: #CC1DBA;
}
.TagClassName
{
border-color: #CC1DBA;
}
</style>