Shades of Deep Magenta #CC26BC
Tints of Deep Magenta #CC26BC
RGB
CMYK
RGB Variations
Color information
#CC26BC (or 0xCC26BC) is known color: Deep Magenta. HEX triplet: CC, 26 and BC. RGB value is (204,38,188). Sum of RGB (Red+Green+Blue) = 204+38+188=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BC is #33D943. Grayscale: #686868. Windows color (decimal): -3397956 or 12330700. OLE color: 12330700.
HSL color Cylindrical-coordinate representation of color #CC26BC: hue angle of 305.78º 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 #CC26BC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 188 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.2 |
| HSL | 305.78º | 0.69% | 0.47% | - |
| HSV(B) | 305.78º | 0.81% | 0.8% | - |
| XYZ | 34.67 | 17.85 | 49.2 | - |
| YUV | 104.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 188 | 0 | 0.81 | 0.08 | 0.2 | 305.78 | 0.69 | 0.47 |
| Hex | CC | 26 | BC | 0 | 51 | 8 | 14 | 132 | 45 | 2F |
| Octal | 314 | 46 | 274 | 0 | 121 | 10 | 24 | 462 | 105 | 57 |
| Binary | 11001100 | 100110 | 10111100 | 0 | 1010001 | 1000 | 10100 | 100110010 | 1000101 | 101111 |
Color Harmonies of #CC26BC
Complementary color
Monochromatic Colors of #CC26BC
Black with #CC26BC
Text Example
Text Example
White with #CC26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26BC; }
p { color: rgb(204,38,188); }
H1.HeaderClassName
{
color: #CC26BC;
}
.AnyTagClassName
{
color: #CC26BC;
}
</style>
background-color css
<style>
a { background-color: #CC26BC; }
a { background-color: rgb(204,38,188); }
div.DivClassName
{
background-color: #CC26BC;
}
.BgClassName
{
background-color: #CC26BC;
}
</style>
border-color css
<style>
span { border-color: #CC26BC; }
span { border-color: rgb(204,38,188); }
td.TdClassName
{
border-color: #CC26BC;
}
.TagClassName
{
border-color: #CC26BC;
}
</style>