Shades of Fuchsia #CC57B2
Tints of Fuchsia #CC57B2
RGB
CMYK
RGB Variations
Color information
#CC57B2 (or 0xCC57B2) is known color: Fuchsia. HEX triplet: CC, 57 and B2. RGB value is (204,87,178). Sum of RGB (Red+Green+Blue) = 204+87+178=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57B2 is #33A84D. Grayscale: #848484. Windows color (decimal): -3385422 or 11687884. OLE color: 11687884.
HSL color Cylindrical-coordinate representation of color #CC57B2: hue angle of 313.33º 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 #CC57B2 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 178 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.2 |
| HSL | 313.33º | 0.53% | 0.57% | - |
| HSV(B) | 313.33º | 0.57% | 0.8% | - |
| XYZ | 36.35 | 22.87 | 44.62 | - |
| YUV | 132.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 178 | 0 | 0.57 | 0.13 | 0.2 | 313.33 | 0.53 | 0.57 |
| Hex | CC | 57 | B2 | 0 | 39 | D | 14 | 139 | 35 | 39 |
| Octal | 314 | 127 | 262 | 0 | 71 | 15 | 24 | 471 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10110010 | 0 | 111001 | 1101 | 10100 | 100111001 | 110101 | 111001 |
Color Harmonies of #CC57B2
Complementary color
Monochromatic Colors of #CC57B2
Black with #CC57B2
Text Example
Text Example
White with #CC57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57B2; }
p { color: rgb(204,87,178); }
H1.HeaderClassName
{
color: #CC57B2;
}
.AnyTagClassName
{
color: #CC57B2;
}
</style>
background-color css
<style>
a { background-color: #CC57B2; }
a { background-color: rgb(204,87,178); }
div.DivClassName
{
background-color: #CC57B2;
}
.BgClassName
{
background-color: #CC57B2;
}
</style>
border-color css
<style>
span { border-color: #CC57B2; }
span { border-color: rgb(204,87,178); }
td.TdClassName
{
border-color: #CC57B2;
}
.TagClassName
{
border-color: #CC57B2;
}
</style>