Shades of Fuchsia #CC55B8
Tints of Fuchsia #CC55B8
RGB
CMYK
RGB Variations
Color information
#CC55B8 (or 0xCC55B8) is known color: Fuchsia. HEX triplet: CC, 55 and B8. RGB value is (204,85,184). Sum of RGB (Red+Green+Blue) = 204+85+184=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55B8 is #33AA47. Grayscale: #838383. Windows color (decimal): -3385928 or 12080588. OLE color: 12080588.
HSL color Cylindrical-coordinate representation of color #CC55B8: hue angle of 310.08º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC55B8 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 184 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.2 |
| HSL | 310.08º | 0.54% | 0.57% | - |
| HSV(B) | 310.08º | 0.58% | 0.8% | - |
| XYZ | 36.8 | 22.8 | 47.81 | - |
| YUV | 131.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 184 | 0 | 0.58 | 0.10 | 0.2 | 310.08 | 0.54 | 0.57 |
| Hex | CC | 55 | B8 | 0 | 3A | A | 14 | 136 | 36 | 39 |
| Octal | 314 | 125 | 270 | 0 | 72 | 12 | 24 | 466 | 66 | 71 |
| Binary | 11001100 | 1010101 | 10111000 | 0 | 111010 | 1010 | 10100 | 100110110 | 110110 | 111001 |
Color Harmonies of #CC55B8
Complementary color
Monochromatic Colors of #CC55B8
Black with #CC55B8
Text Example
Text Example
White with #CC55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55B8; }
p { color: rgb(204,85,184); }
H1.HeaderClassName
{
color: #CC55B8;
}
.AnyTagClassName
{
color: #CC55B8;
}
</style>
background-color css
<style>
a { background-color: #CC55B8; }
a { background-color: rgb(204,85,184); }
div.DivClassName
{
background-color: #CC55B8;
}
.BgClassName
{
background-color: #CC55B8;
}
</style>
border-color css
<style>
span { border-color: #CC55B8; }
span { border-color: rgb(204,85,184); }
td.TdClassName
{
border-color: #CC55B8;
}
.TagClassName
{
border-color: #CC55B8;
}
</style>