Shades of Fuchsia #CC57B0
Tints of Fuchsia #CC57B0
RGB
CMYK
RGB Variations
Color information
#CC57B0 (or 0xCC57B0) is known color: Fuchsia. HEX triplet: CC, 57 and B0. RGB value is (204,87,176). Sum of RGB (Red+Green+Blue) = 204+87+176=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57B0 is #33A84F. Grayscale: #838383. Windows color (decimal): -3385424 or 11556812. OLE color: 11556812.
HSL color Cylindrical-coordinate representation of color #CC57B0: hue angle of 314.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC57B0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 176 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.2 |
| HSL | 314.36º | 0.53% | 0.57% | - |
| HSV(B) | 314.36º | 0.57% | 0.8% | - |
| XYZ | 36.15 | 22.79 | 43.57 | - |
| YUV | 132.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 176 | 0 | 0.57 | 0.14 | 0.2 | 314.36 | 0.53 | 0.57 |
| Hex | CC | 57 | B0 | 0 | 39 | E | 14 | 13A | 35 | 39 |
| Octal | 314 | 127 | 260 | 0 | 71 | 16 | 24 | 472 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10110000 | 0 | 111001 | 1110 | 10100 | 100111010 | 110101 | 111001 |
Color Harmonies of #CC57B0
Complementary color
Monochromatic Colors of #CC57B0
Black with #CC57B0
Text Example
Text Example
White with #CC57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57B0; }
p { color: rgb(204,87,176); }
H1.HeaderClassName
{
color: #CC57B0;
}
.AnyTagClassName
{
color: #CC57B0;
}
</style>
background-color css
<style>
a { background-color: #CC57B0; }
a { background-color: rgb(204,87,176); }
div.DivClassName
{
background-color: #CC57B0;
}
.BgClassName
{
background-color: #CC57B0;
}
</style>
border-color css
<style>
span { border-color: #CC57B0; }
span { border-color: rgb(204,87,176); }
td.TdClassName
{
border-color: #CC57B0;
}
.TagClassName
{
border-color: #CC57B0;
}
</style>