Shades of Fuchsia #CC54BA
Tints of Fuchsia #CC54BA
RGB
CMYK
RGB Variations
Color information
#CC54BA (or 0xCC54BA) is known color: Fuchsia. HEX triplet: CC, 54 and BA. RGB value is (204,84,186). Sum of RGB (Red+Green+Blue) = 204+84+186=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54BA is #33AB45. Grayscale: #838383. Windows color (decimal): -3386182 or 12211404. OLE color: 12211404.
HSL color Cylindrical-coordinate representation of color #CC54BA: hue angle of 309º 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 #CC54BA is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 186 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.2 |
| HSL | 309º | 0.54% | 0.56% | - |
| HSV(B) | 309º | 0.59% | 0.8% | - |
| XYZ | 36.94 | 22.72 | 48.89 | - |
| YUV | 131.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 186 | 0 | 0.59 | 0.09 | 0.2 | 309 | 0.54 | 0.56 |
| Hex | CC | 54 | BA | 0 | 3B | 9 | 14 | 135 | 36 | 38 |
| Octal | 314 | 124 | 272 | 0 | 73 | 11 | 24 | 465 | 66 | 70 |
| Binary | 11001100 | 1010100 | 10111010 | 0 | 111011 | 1001 | 10100 | 100110101 | 110110 | 111000 |
Color Harmonies of #CC54BA
Complementary color
Monochromatic Colors of #CC54BA
Black with #CC54BA
Text Example
Text Example
White with #CC54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54BA; }
p { color: rgb(204,84,186); }
H1.HeaderClassName
{
color: #CC54BA;
}
.AnyTagClassName
{
color: #CC54BA;
}
</style>
background-color css
<style>
a { background-color: #CC54BA; }
a { background-color: rgb(204,84,186); }
div.DivClassName
{
background-color: #CC54BA;
}
.BgClassName
{
background-color: #CC54BA;
}
</style>
border-color css
<style>
span { border-color: #CC54BA; }
span { border-color: rgb(204,84,186); }
td.TdClassName
{
border-color: #CC54BA;
}
.TagClassName
{
border-color: #CC54BA;
}
</style>