Shades of Deep Magenta #CC26BA
Tints of Deep Magenta #CC26BA
RGB
CMYK
RGB Variations
Color information
#CC26BA (or 0xCC26BA) is known color: Deep Magenta. HEX triplet: CC, 26 and BA. RGB value is (204,38,186). Sum of RGB (Red+Green+Blue) = 204+38+186=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC26BA is #33D945. Grayscale: #686868. Windows color (decimal): -3397958 or 12199628. OLE color: 12199628.
HSL color Cylindrical-coordinate representation of color #CC26BA: hue angle of 306.51º 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 #CC26BA is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 38 | 186 | - |
CMYK | 0 | 0.81 | 0.09 | 0.2 |
HSL | 306.51º | 0.69% | 0.47% | - |
HSV(B) | 306.51º | 0.81% | 0.8% | - |
XYZ | 34.46 | 17.77 | 48.07 | - |
YUV | 104.51 | 174 | 198.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 38 | 186 | 0 | 0.81 | 0.09 | 0.2 | 306.51 | 0.69 | 0.47 |
Hex | CC | 26 | BA | 0 | 51 | 9 | 14 | 133 | 45 | 2F |
Octal | 314 | 46 | 272 | 0 | 121 | 11 | 24 | 463 | 105 | 57 |
Binary | 11001100 | 100110 | 10111010 | 0 | 1010001 | 1001 | 10100 | 100110011 | 1000101 | 101111 |
Color Harmonies of #CC26BA
Complementary color
Monochromatic Colors of #CC26BA
Black with #CC26BA
Text Example
Text Example
White with #CC26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26BA; }
p { color: rgb(204,38,186); }
H1.HeaderClassName
{
color: #CC26BA;
}
.AnyTagClassName
{
color: #CC26BA;
}
</style>
background-color css
<style>
a { background-color: #CC26BA; }
a { background-color: rgb(204,38,186); }
div.DivClassName
{
background-color: #CC26BA;
}
.BgClassName
{
background-color: #CC26BA;
}
</style>
border-color css
<style>
span { border-color: #CC26BA; }
span { border-color: rgb(204,38,186); }
td.TdClassName
{
border-color: #CC26BA;
}
.TagClassName
{
border-color: #CC26BA;
}
</style>