Shades of Fuchsia #CC54BB
Tints of Fuchsia #CC54BB
RGB
CMYK
RGB Variations
Color information
#CC54BB (or 0xCC54BB) is known color: Fuchsia. HEX triplet: CC, 54 and BB. RGB value is (204,84,187). Sum of RGB (Red+Green+Blue) = 204+84+187=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54BB is #33AB44. Grayscale: #838383. Windows color (decimal): -3386181 or 12276940. OLE color: 12276940.
HSL color Cylindrical-coordinate representation of color #CC54BB: hue angle of 308.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC54BB is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 187 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.2 |
| HSL | 308.5º | 0.54% | 0.56% | - |
| HSV(B) | 308.5º | 0.59% | 0.8% | - |
| XYZ | 37.04 | 22.77 | 49.46 | - |
| YUV | 131.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 187 | 0 | 0.59 | 0.08 | 0.2 | 308.5 | 0.54 | 0.56 |
| Hex | CC | 54 | BB | 0 | 3B | 8 | 14 | 134 | 36 | 38 |
| Octal | 314 | 124 | 273 | 0 | 73 | 10 | 24 | 464 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10111011 | 0 | 111011 | 1000 | 10100 | 100110100 | 110110 | 111000 |
Color Harmonies of #CC54BB
Complementary color
Monochromatic Colors of #CC54BB
Black with #CC54BB
Text Example
Text Example
White with #CC54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54BB; }
p { color: rgb(204,84,187); }
H1.HeaderClassName
{
color: #CC54BB;
}
.AnyTagClassName
{
color: #CC54BB;
}
</style>
background-color css
<style>
a { background-color: #CC54BB; }
a { background-color: rgb(204,84,187); }
div.DivClassName
{
background-color: #CC54BB;
}
.BgClassName
{
background-color: #CC54BB;
}
</style>
border-color css
<style>
span { border-color: #CC54BB; }
span { border-color: rgb(204,84,187); }
td.TdClassName
{
border-color: #CC54BB;
}
.TagClassName
{
border-color: #CC54BB;
}
</style>