Shades of Deep Magenta #CC21B4
Tints of Deep Magenta #CC21B4
RGB
CMYK
RGB Variations
Color information
#CC21B4 (or 0xCC21B4) is known color: Deep Magenta. HEX triplet: CC, 21 and B4. RGB value is (204,33,180). Sum of RGB (Red+Green+Blue) = 204+33+180=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21B4 is #33DE4B. Grayscale: #646464. Windows color (decimal): -3399244 or 11805132. OLE color: 11805132.
HSL color Cylindrical-coordinate representation of color #CC21B4: hue angle of 308.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21B4 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 180 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.2 |
| HSL | 308.42º | 0.72% | 0.46% | - |
| HSV(B) | 308.42º | 0.84% | 0.8% | - |
| XYZ | 33.68 | 17.22 | 44.73 | - |
| YUV | 100.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 180 | 0 | 0.84 | 0.12 | 0.2 | 308.42 | 0.72 | 0.46 |
| Hex | CC | 21 | B4 | 0 | 54 | C | 14 | 134 | 48 | 2E |
| Octal | 314 | 41 | 264 | 0 | 124 | 14 | 24 | 464 | 110 | 56 |
| Binary | 11001100 | 100001 | 10110100 | 0 | 1010100 | 1100 | 10100 | 100110100 | 1001000 | 101110 |
Color Harmonies of #CC21B4
Complementary color
Monochromatic Colors of #CC21B4
Black with #CC21B4
Text Example
Text Example
White with #CC21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21B4; }
p { color: rgb(204,33,180); }
H1.HeaderClassName
{
color: #CC21B4;
}
.AnyTagClassName
{
color: #CC21B4;
}
</style>
background-color css
<style>
a { background-color: #CC21B4; }
a { background-color: rgb(204,33,180); }
div.DivClassName
{
background-color: #CC21B4;
}
.BgClassName
{
background-color: #CC21B4;
}
</style>
border-color css
<style>
span { border-color: #CC21B4; }
span { border-color: rgb(204,33,180); }
td.TdClassName
{
border-color: #CC21B4;
}
.TagClassName
{
border-color: #CC21B4;
}
</style>