Shades of Fuchsia #CC32BD
Tints of Fuchsia #CC32BD
RGB
CMYK
RGB Variations
Color information
#CC32BD (or 0xCC32BD) is known color: Fuchsia. HEX triplet: CC, 32 and BD. RGB value is (204,50,189). Sum of RGB (Red+Green+Blue) = 204+50+189=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32BD is #33CD42. Grayscale: #6F6F6F. Windows color (decimal): -3394883 or 12399308. OLE color: 12399308.
HSL color Cylindrical-coordinate representation of color #CC32BD: hue angle of 305.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32BD is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 189 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.2 |
| HSL | 305.84º | 0.61% | 0.5% | - |
| HSV(B) | 305.84º | 0.75% | 0.8% | - |
| XYZ | 35.23 | 18.79 | 49.91 | - |
| YUV | 111.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 189 | 0 | 0.75 | 0.07 | 0.2 | 305.84 | 0.61 | 0.5 |
| Hex | CC | 32 | BD | 0 | 4B | 7 | 14 | 132 | 3D | 32 |
| Octal | 314 | 62 | 275 | 0 | 113 | 7 | 24 | 462 | 75 | 62 |
| Binary | 11001100 | 110010 | 10111101 | 0 | 1001011 | 111 | 10100 | 100110010 | 111101 | 110010 |
Color Harmonies of #CC32BD
Complementary color
Monochromatic Colors of #CC32BD
Black with #CC32BD
Text Example
Text Example
White with #CC32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32BD; }
p { color: rgb(204,50,189); }
H1.HeaderClassName
{
color: #CC32BD;
}
.AnyTagClassName
{
color: #CC32BD;
}
</style>
background-color css
<style>
a { background-color: #CC32BD; }
a { background-color: rgb(204,50,189); }
div.DivClassName
{
background-color: #CC32BD;
}
.BgClassName
{
background-color: #CC32BD;
}
</style>
border-color css
<style>
span { border-color: #CC32BD; }
span { border-color: rgb(204,50,189); }
td.TdClassName
{
border-color: #CC32BD;
}
.TagClassName
{
border-color: #CC32BD;
}
</style>