Shades of Fuchsia #CC32BC
Tints of Fuchsia #CC32BC
RGB
CMYK
RGB Variations
Color information
#CC32BC (or 0xCC32BC) is known color: Fuchsia. HEX triplet: CC, 32 and BC. RGB value is (204,50,188). Sum of RGB (Red+Green+Blue) = 204+50+188=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32BC is #33CD43. Grayscale: #6F6F6F. Windows color (decimal): -3394884 or 12333772. OLE color: 12333772.
HSL color Cylindrical-coordinate representation of color #CC32BC: hue angle of 306.23º 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 #CC32BC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 188 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.2 |
| HSL | 306.23º | 0.61% | 0.5% | - |
| HSV(B) | 306.23º | 0.75% | 0.8% | - |
| XYZ | 35.12 | 18.75 | 49.34 | - |
| YUV | 111.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 188 | 0 | 0.75 | 0.08 | 0.2 | 306.23 | 0.61 | 0.5 |
| Hex | CC | 32 | BC | 0 | 4B | 8 | 14 | 132 | 3D | 32 |
| Octal | 314 | 62 | 274 | 0 | 113 | 10 | 24 | 462 | 75 | 62 |
| Binary | 11001100 | 110010 | 10111100 | 0 | 1001011 | 1000 | 10100 | 100110010 | 111101 | 110010 |
Color Harmonies of #CC32BC
Complementary color
Monochromatic Colors of #CC32BC
Black with #CC32BC
Text Example
Text Example
White with #CC32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32BC; }
p { color: rgb(204,50,188); }
H1.HeaderClassName
{
color: #CC32BC;
}
.AnyTagClassName
{
color: #CC32BC;
}
</style>
background-color css
<style>
a { background-color: #CC32BC; }
a { background-color: rgb(204,50,188); }
div.DivClassName
{
background-color: #CC32BC;
}
.BgClassName
{
background-color: #CC32BC;
}
</style>
border-color css
<style>
span { border-color: #CC32BC; }
span { border-color: rgb(204,50,188); }
td.TdClassName
{
border-color: #CC32BC;
}
.TagClassName
{
border-color: #CC32BC;
}
</style>