Shades of Deep Magenta #CC1EB7
Tints of Deep Magenta #CC1EB7
RGB
CMYK
RGB Variations
Color information
#CC1EB7 (or 0xCC1EB7) is known color: Deep Magenta. HEX triplet: CC, 1E and B7. RGB value is (204,30,183). Sum of RGB (Red+Green+Blue) = 204+30+183=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EB7 is #33E148. Grayscale: #636363. Windows color (decimal): -3400009 or 12000972. OLE color: 12000972.
HSL color Cylindrical-coordinate representation of color #CC1EB7: hue angle of 307.24º 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 #CC1EB7 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 183 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.2 |
| HSL | 307.24º | 0.74% | 0.46% | - |
| HSV(B) | 307.24º | 0.85% | 0.8% | - |
| XYZ | 33.91 | 17.18 | 46.33 | - |
| YUV | 99.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 183 | 0 | 0.85 | 0.10 | 0.2 | 307.24 | 0.74 | 0.46 |
| Hex | CC | 1E | B7 | 0 | 55 | A | 14 | 133 | 4A | 2E |
| Octal | 314 | 36 | 267 | 0 | 125 | 12 | 24 | 463 | 112 | 56 |
| Binary | 11001100 | 11110 | 10110111 | 0 | 1010101 | 1010 | 10100 | 100110011 | 1001010 | 101110 |
Color Harmonies of #CC1EB7
Complementary color
Monochromatic Colors of #CC1EB7
Black with #CC1EB7
Text Example
Text Example
White with #CC1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EB7; }
p { color: rgb(204,30,183); }
H1.HeaderClassName
{
color: #CC1EB7;
}
.AnyTagClassName
{
color: #CC1EB7;
}
</style>
background-color css
<style>
a { background-color: #CC1EB7; }
a { background-color: rgb(204,30,183); }
div.DivClassName
{
background-color: #CC1EB7;
}
.BgClassName
{
background-color: #CC1EB7;
}
</style>
border-color css
<style>
span { border-color: #CC1EB7; }
span { border-color: rgb(204,30,183); }
td.TdClassName
{
border-color: #CC1EB7;
}
.TagClassName
{
border-color: #CC1EB7;
}
</style>