Shades of Fuchsia #CC32D1
Tints of Fuchsia #CC32D1
RGB
CMYK
RGB Variations
Color information
#CC32D1 (or 0xCC32D1) is known color: Fuchsia. HEX triplet: CC, 32 and D1. RGB value is (204,50,209). Sum of RGB (Red+Green+Blue) = 204+50+209=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC32D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32D1 is #33CD2E. Grayscale: #717171. Windows color (decimal): -3394863 or 13710028. OLE color: 13710028.
HSL color Cylindrical-coordinate representation of color #CC32D1: hue angle of 298.11º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC32D1 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 50 | 209 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.18 |
| HSL | 298.11º | 0.63% | 0.51% | - |
| HSV(B) | 298.11º | 0.76% | 0.82% | - |
| XYZ | 37.55 | 19.72 | 62.15 | - |
| YUV | 114.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 209 | 0.02 | 0.76 | 0 | 0.18 | 298.11 | 0.63 | 0.51 |
| Hex | CC | 32 | D1 | 2 | 4C | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 62 | 321 | 2 | 114 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110010 | 11010001 | 10 | 1001100 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC32D1
Complementary color
Monochromatic Colors of #CC32D1
Black with #CC32D1
Text Example
Text Example
White with #CC32D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32D1; }
p { color: rgb(204,50,209); }
H1.HeaderClassName
{
color: #CC32D1;
}
.AnyTagClassName
{
color: #CC32D1;
}
</style>
background-color css
<style>
a { background-color: #CC32D1; }
a { background-color: rgb(204,50,209); }
div.DivClassName
{
background-color: #CC32D1;
}
.BgClassName
{
background-color: #CC32D1;
}
</style>
border-color css
<style>
span { border-color: #CC32D1; }
span { border-color: rgb(204,50,209); }
td.TdClassName
{
border-color: #CC32D1;
}
.TagClassName
{
border-color: #CC32D1;
}
</style>