Shades of Deep Magenta #CC26CA
Tints of Deep Magenta #CC26CA
RGB
CMYK
RGB Variations
Color information
#CC26CA (or 0xCC26CA) is known color: Deep Magenta. HEX triplet: CC, 26 and CA. RGB value is (204,38,202). Sum of RGB (Red+Green+Blue) = 204+38+202=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26CA is #33D935. Grayscale: #696969. Windows color (decimal): -3397942 or 13248204. OLE color: 13248204.
HSL color Cylindrical-coordinate representation of color #CC26CA: hue angle of 300.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC26CA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 202 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.2 |
| HSL | 300.72º | 0.69% | 0.47% | - |
| HSV(B) | 300.72º | 0.81% | 0.8% | - |
| XYZ | 36.26 | 18.49 | 57.53 | - |
| YUV | 106.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 202 | 0 | 0.81 | 0.01 | 0.2 | 300.72 | 0.69 | 0.47 |
| Hex | CC | 26 | CA | 0 | 51 | 1 | 14 | 12D | 45 | 2F |
| Octal | 314 | 46 | 312 | 0 | 121 | 1 | 24 | 455 | 105 | 57 |
| Binary | 11001100 | 100110 | 11001010 | 0 | 1010001 | 1 | 10100 | 100101101 | 1000101 | 101111 |
Color Harmonies of #CC26CA
Complementary color
Monochromatic Colors of #CC26CA
Black with #CC26CA
Text Example
Text Example
White with #CC26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26CA; }
p { color: rgb(204,38,202); }
H1.HeaderClassName
{
color: #CC26CA;
}
.AnyTagClassName
{
color: #CC26CA;
}
</style>
background-color css
<style>
a { background-color: #CC26CA; }
a { background-color: rgb(204,38,202); }
div.DivClassName
{
background-color: #CC26CA;
}
.BgClassName
{
background-color: #CC26CA;
}
</style>
border-color css
<style>
span { border-color: #CC26CA; }
span { border-color: rgb(204,38,202); }
td.TdClassName
{
border-color: #CC26CA;
}
.TagClassName
{
border-color: #CC26CA;
}
</style>