Shades of Fuchsia #CC32B9
Tints of Fuchsia #CC32B9
RGB
CMYK
RGB Variations
Color information
#CC32B9 (or 0xCC32B9) is known color: Fuchsia. HEX triplet: CC, 32 and B9. RGB value is (204,50,185). Sum of RGB (Red+Green+Blue) = 204+50+185=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32B9 is #33CD46. Grayscale: #6F6F6F. Windows color (decimal): -3394887 or 12137164. OLE color: 12137164.
HSL color Cylindrical-coordinate representation of color #CC32B9: hue angle of 307.4º 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 #CC32B9 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 185 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.2 |
| HSL | 307.4º | 0.61% | 0.5% | - |
| HSV(B) | 307.4º | 0.75% | 0.8% | - |
| XYZ | 34.8 | 18.62 | 47.66 | - |
| YUV | 111.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 185 | 0 | 0.75 | 0.09 | 0.2 | 307.4 | 0.61 | 0.5 |
| Hex | CC | 32 | B9 | 0 | 4B | 9 | 14 | 133 | 3D | 32 |
| Octal | 314 | 62 | 271 | 0 | 113 | 11 | 24 | 463 | 75 | 62 |
| Binary | 11001100 | 110010 | 10111001 | 0 | 1001011 | 1001 | 10100 | 100110011 | 111101 | 110010 |
Color Harmonies of #CC32B9
Complementary color
Monochromatic Colors of #CC32B9
Black with #CC32B9
Text Example
Text Example
White with #CC32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32B9; }
p { color: rgb(204,50,185); }
H1.HeaderClassName
{
color: #CC32B9;
}
.AnyTagClassName
{
color: #CC32B9;
}
</style>
background-color css
<style>
a { background-color: #CC32B9; }
a { background-color: rgb(204,50,185); }
div.DivClassName
{
background-color: #CC32B9;
}
.BgClassName
{
background-color: #CC32B9;
}
</style>
border-color css
<style>
span { border-color: #CC32B9; }
span { border-color: rgb(204,50,185); }
td.TdClassName
{
border-color: #CC32B9;
}
.TagClassName
{
border-color: #CC32B9;
}
</style>