Shades of Fuchsia #CC31B5
Tints of Fuchsia #CC31B5
RGB
CMYK
RGB Variations
Color information
#CC31B5 (or 0xCC31B5) is known color: Fuchsia. HEX triplet: CC, 31 and B5. RGB value is (204,49,181). Sum of RGB (Red+Green+Blue) = 204+49+181=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31B5 is #33CE4A. Grayscale: #6E6E6E. Windows color (decimal): -3395147 or 11874764. OLE color: 11874764.
HSL color Cylindrical-coordinate representation of color #CC31B5: hue angle of 308.9º 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 #CC31B5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 181 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.2 |
| HSL | 308.9º | 0.61% | 0.5% | - |
| HSV(B) | 308.9º | 0.76% | 0.8% | - |
| XYZ | 34.34 | 18.37 | 45.45 | - |
| YUV | 110.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 181 | 0 | 0.76 | 0.11 | 0.2 | 308.9 | 0.61 | 0.5 |
| Hex | CC | 31 | B5 | 0 | 4C | B | 14 | 135 | 3D | 32 |
| Octal | 314 | 61 | 265 | 0 | 114 | 13 | 24 | 465 | 75 | 62 |
| Binary | 11001100 | 110001 | 10110101 | 0 | 1001100 | 1011 | 10100 | 100110101 | 111101 | 110010 |
Color Harmonies of #CC31B5
Complementary color
Monochromatic Colors of #CC31B5
Black with #CC31B5
Text Example
Text Example
White with #CC31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31B5; }
p { color: rgb(204,49,181); }
H1.HeaderClassName
{
color: #CC31B5;
}
.AnyTagClassName
{
color: #CC31B5;
}
</style>
background-color css
<style>
a { background-color: #CC31B5; }
a { background-color: rgb(204,49,181); }
div.DivClassName
{
background-color: #CC31B5;
}
.BgClassName
{
background-color: #CC31B5;
}
</style>
border-color css
<style>
span { border-color: #CC31B5; }
span { border-color: rgb(204,49,181); }
td.TdClassName
{
border-color: #CC31B5;
}
.TagClassName
{
border-color: #CC31B5;
}
</style>