Shades of Deep Magenta #CC1BC6
Tints of Deep Magenta #CC1BC6
RGB
CMYK
RGB Variations
Color information
#CC1BC6 (or 0xCC1BC6) is known color: Deep Magenta. HEX triplet: CC, 1B and C6. RGB value is (204,27,198). Sum of RGB (Red+Green+Blue) = 204+27+198=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BC6 is #33E439. Grayscale: #626262. Windows color (decimal): -3400762 or 12983244. OLE color: 12983244.
HSL color Cylindrical-coordinate representation of color #CC1BC6: hue angle of 302.03º 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 #CC1BC6 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 198 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.2 |
| HSL | 302.03º | 0.77% | 0.45% | - |
| HSV(B) | 302.03º | 0.87% | 0.8% | - |
| XYZ | 35.49 | 17.7 | 54.97 | - |
| YUV | 99.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 198 | 0 | 0.87 | 0.03 | 0.2 | 302.03 | 0.77 | 0.45 |
| Hex | CC | 1B | C6 | 0 | 57 | 3 | 14 | 12E | 4D | 2D |
| Octal | 314 | 33 | 306 | 0 | 127 | 3 | 24 | 456 | 115 | 55 |
| Binary | 11001100 | 11011 | 11000110 | 0 | 1010111 | 11 | 10100 | 100101110 | 1001101 | 101101 |
Color Harmonies of #CC1BC6
Complementary color
Monochromatic Colors of #CC1BC6
Black with #CC1BC6
Text Example
Text Example
White with #CC1BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BC6; }
p { color: rgb(204,27,198); }
H1.HeaderClassName
{
color: #CC1BC6;
}
.AnyTagClassName
{
color: #CC1BC6;
}
</style>
background-color css
<style>
a { background-color: #CC1BC6; }
a { background-color: rgb(204,27,198); }
div.DivClassName
{
background-color: #CC1BC6;
}
.BgClassName
{
background-color: #CC1BC6;
}
</style>
border-color css
<style>
span { border-color: #CC1BC6; }
span { border-color: rgb(204,27,198); }
td.TdClassName
{
border-color: #CC1BC6;
}
.TagClassName
{
border-color: #CC1BC6;
}
</style>