Shades of Fuchsia #CC31BC
Tints of Fuchsia #CC31BC
RGB
CMYK
RGB Variations
Color information
#CC31BC (or 0xCC31BC) is known color: Fuchsia. HEX triplet: CC, 31 and BC. RGB value is (204,49,188). Sum of RGB (Red+Green+Blue) = 204+49+188=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31BC is #33CE43. Grayscale: #6E6E6E. Windows color (decimal): -3395140 or 12333516. OLE color: 12333516.
HSL color Cylindrical-coordinate representation of color #CC31BC: hue angle of 306.19º 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 #CC31BC is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.2 |
| HSL | 306.19º | 0.61% | 0.5% | - |
| HSV(B) | 306.19º | 0.76% | 0.8% | - |
| XYZ | 35.08 | 18.66 | 49.33 | - |
| YUV | 111.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 188 | 0 | 0.76 | 0.08 | 0.2 | 306.19 | 0.61 | 0.5 |
| Hex | CC | 31 | BC | 0 | 4C | 8 | 14 | 132 | 3D | 32 |
| Octal | 314 | 61 | 274 | 0 | 114 | 10 | 24 | 462 | 75 | 62 |
| Binary | 11001100 | 110001 | 10111100 | 0 | 1001100 | 1000 | 10100 | 100110010 | 111101 | 110010 |
Color Harmonies of #CC31BC
Complementary color
Monochromatic Colors of #CC31BC
Black with #CC31BC
Text Example
Text Example
White with #CC31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31BC; }
p { color: rgb(204,49,188); }
H1.HeaderClassName
{
color: #CC31BC;
}
.AnyTagClassName
{
color: #CC31BC;
}
</style>
background-color css
<style>
a { background-color: #CC31BC; }
a { background-color: rgb(204,49,188); }
div.DivClassName
{
background-color: #CC31BC;
}
.BgClassName
{
background-color: #CC31BC;
}
</style>
border-color css
<style>
span { border-color: #CC31BC; }
span { border-color: rgb(204,49,188); }
td.TdClassName
{
border-color: #CC31BC;
}
.TagClassName
{
border-color: #CC31BC;
}
</style>