Shades of Fuchsia #CC31C9
Tints of Fuchsia #CC31C9
RGB
CMYK
RGB Variations
Color information
#CC31C9 (or 0xCC31C9) is known color: Fuchsia. HEX triplet: CC, 31 and C9. RGB value is (204,49,201). Sum of RGB (Red+Green+Blue) = 204+49+201=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31C9 is #33CE36. Grayscale: #707070. Windows color (decimal): -3395127 or 13185484. OLE color: 13185484.
HSL color Cylindrical-coordinate representation of color #CC31C9: hue angle of 301.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31C9 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 201 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.2 |
| HSL | 301.16º | 0.61% | 0.5% | - |
| HSV(B) | 301.16º | 0.76% | 0.8% | - |
| XYZ | 36.54 | 19.25 | 57.05 | - |
| YUV | 112.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 201 | 0 | 0.76 | 0.01 | 0.2 | 301.16 | 0.61 | 0.5 |
| Hex | CC | 31 | C9 | 0 | 4C | 1 | 14 | 12D | 3D | 32 |
| Octal | 314 | 61 | 311 | 0 | 114 | 1 | 24 | 455 | 75 | 62 |
| Binary | 11001100 | 110001 | 11001001 | 0 | 1001100 | 1 | 10100 | 100101101 | 111101 | 110010 |
Color Harmonies of #CC31C9
Complementary color
Monochromatic Colors of #CC31C9
Black with #CC31C9
Text Example
Text Example
White with #CC31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31C9; }
p { color: rgb(204,49,201); }
H1.HeaderClassName
{
color: #CC31C9;
}
.AnyTagClassName
{
color: #CC31C9;
}
</style>
background-color css
<style>
a { background-color: #CC31C9; }
a { background-color: rgb(204,49,201); }
div.DivClassName
{
background-color: #CC31C9;
}
.BgClassName
{
background-color: #CC31C9;
}
</style>
border-color css
<style>
span { border-color: #CC31C9; }
span { border-color: rgb(204,49,201); }
td.TdClassName
{
border-color: #CC31C9;
}
.TagClassName
{
border-color: #CC31C9;
}
</style>