Shades of Fuchsia #CC32AF
Tints of Fuchsia #CC32AF
RGB
CMYK
RGB Variations
Color information
#CC32AF (or 0xCC32AF) is known color: Fuchsia. HEX triplet: CC, 32 and AF. RGB value is (204,50,175). Sum of RGB (Red+Green+Blue) = 204+50+175=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AF is #33CD50. Grayscale: #6D6D6D. Windows color (decimal): -3394897 or 11481804. OLE color: 11481804.
HSL color Cylindrical-coordinate representation of color #CC32AF: hue angle of 311.3º 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 #CC32AF is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 175 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.2 |
| HSL | 311.3º | 0.61% | 0.5% | - |
| HSV(B) | 311.3º | 0.75% | 0.8% | - |
| XYZ | 33.78 | 18.21 | 42.29 | - |
| YUV | 110.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 175 | 0 | 0.75 | 0.14 | 0.2 | 311.3 | 0.61 | 0.5 |
| Hex | CC | 32 | AF | 0 | 4B | E | 14 | 137 | 3D | 32 |
| Octal | 314 | 62 | 257 | 0 | 113 | 16 | 24 | 467 | 75 | 62 |
| Binary | 11001100 | 110010 | 10101111 | 0 | 1001011 | 1110 | 10100 | 100110111 | 111101 | 110010 |
Color Harmonies of #CC32AF
Complementary color
Monochromatic Colors of #CC32AF
Black with #CC32AF
Text Example
Text Example
White with #CC32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32AF; }
p { color: rgb(204,50,175); }
H1.HeaderClassName
{
color: #CC32AF;
}
.AnyTagClassName
{
color: #CC32AF;
}
</style>
background-color css
<style>
a { background-color: #CC32AF; }
a { background-color: rgb(204,50,175); }
div.DivClassName
{
background-color: #CC32AF;
}
.BgClassName
{
background-color: #CC32AF;
}
</style>
border-color css
<style>
span { border-color: #CC32AF; }
span { border-color: rgb(204,50,175); }
td.TdClassName
{
border-color: #CC32AF;
}
.TagClassName
{
border-color: #CC32AF;
}
</style>