Shades of Fuchsia #CC32BF
Tints of Fuchsia #CC32BF
RGB
CMYK
RGB Variations
Color information
#CC32BF (or 0xCC32BF) is known color: Fuchsia. HEX triplet: CC, 32 and BF. RGB value is (204,50,191). Sum of RGB (Red+Green+Blue) = 204+50+191=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32BF is #33CD40. Grayscale: #6F6F6F. Windows color (decimal): -3394881 or 12530380. OLE color: 12530380.
HSL color Cylindrical-coordinate representation of color #CC32BF: hue angle of 305.06º 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 #CC32BF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 191 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.2 |
| HSL | 305.06º | 0.61% | 0.5% | - |
| HSV(B) | 305.06º | 0.75% | 0.8% | - |
| XYZ | 35.45 | 18.88 | 51.07 | - |
| YUV | 112.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 191 | 0 | 0.75 | 0.06 | 0.2 | 305.06 | 0.61 | 0.5 |
| Hex | CC | 32 | BF | 0 | 4B | 6 | 14 | 131 | 3D | 32 |
| Octal | 314 | 62 | 277 | 0 | 113 | 6 | 24 | 461 | 75 | 62 |
| Binary | 11001100 | 110010 | 10111111 | 0 | 1001011 | 110 | 10100 | 100110001 | 111101 | 110010 |
Color Harmonies of #CC32BF
Complementary color
Monochromatic Colors of #CC32BF
Black with #CC32BF
Text Example
Text Example
White with #CC32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32BF; }
p { color: rgb(204,50,191); }
H1.HeaderClassName
{
color: #CC32BF;
}
.AnyTagClassName
{
color: #CC32BF;
}
</style>
background-color css
<style>
a { background-color: #CC32BF; }
a { background-color: rgb(204,50,191); }
div.DivClassName
{
background-color: #CC32BF;
}
.BgClassName
{
background-color: #CC32BF;
}
</style>
border-color css
<style>
span { border-color: #CC32BF; }
span { border-color: rgb(204,50,191); }
td.TdClassName
{
border-color: #CC32BF;
}
.TagClassName
{
border-color: #CC32BF;
}
</style>