Shades of Fuchsia #CC31B8
Tints of Fuchsia #CC31B8
RGB
CMYK
RGB Variations
Color information
#CC31B8 (or 0xCC31B8) is known color: Fuchsia. HEX triplet: CC, 31 and B8. RGB value is (204,49,184). Sum of RGB (Red+Green+Blue) = 204+49+184=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31B8 is #33CE47. Grayscale: #6E6E6E. Windows color (decimal): -3395144 or 12071372. OLE color: 12071372.
HSL color Cylindrical-coordinate representation of color #CC31B8: hue angle of 307.74º 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 #CC31B8 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 184 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.2 |
| HSL | 307.74º | 0.61% | 0.5% | - |
| HSV(B) | 307.74º | 0.76% | 0.8% | - |
| XYZ | 34.65 | 18.49 | 47.09 | - |
| YUV | 110.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 184 | 0 | 0.76 | 0.10 | 0.2 | 307.74 | 0.61 | 0.5 |
| Hex | CC | 31 | B8 | 0 | 4C | A | 14 | 134 | 3D | 32 |
| Octal | 314 | 61 | 270 | 0 | 114 | 12 | 24 | 464 | 75 | 62 |
| Binary | 11001100 | 110001 | 10111000 | 0 | 1001100 | 1010 | 10100 | 100110100 | 111101 | 110010 |
Color Harmonies of #CC31B8
Complementary color
Monochromatic Colors of #CC31B8
Black with #CC31B8
Text Example
Text Example
White with #CC31B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31B8; }
p { color: rgb(204,49,184); }
H1.HeaderClassName
{
color: #CC31B8;
}
.AnyTagClassName
{
color: #CC31B8;
}
</style>
background-color css
<style>
a { background-color: #CC31B8; }
a { background-color: rgb(204,49,184); }
div.DivClassName
{
background-color: #CC31B8;
}
.BgClassName
{
background-color: #CC31B8;
}
</style>
border-color css
<style>
span { border-color: #CC31B8; }
span { border-color: rgb(204,49,184); }
td.TdClassName
{
border-color: #CC31B8;
}
.TagClassName
{
border-color: #CC31B8;
}
</style>