Shades of Fuchsia #CC57BC
Tints of Fuchsia #CC57BC
RGB
CMYK
RGB Variations
Color information
#CC57BC (or 0xCC57BC) is known color: Fuchsia. HEX triplet: CC, 57 and BC. RGB value is (204,87,188). Sum of RGB (Red+Green+Blue) = 204+87+188=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57BC is #33A843. Grayscale: #858585. Windows color (decimal): -3385412 or 12343244. OLE color: 12343244.
HSL color Cylindrical-coordinate representation of color #CC57BC: hue angle of 308.21º 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 #CC57BC is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 188 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.2 |
| HSL | 308.21º | 0.53% | 0.57% | - |
| HSV(B) | 308.21º | 0.57% | 0.8% | - |
| XYZ | 37.39 | 23.28 | 50.1 | - |
| YUV | 133.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 188 | 0 | 0.57 | 0.08 | 0.2 | 308.21 | 0.53 | 0.57 |
| Hex | CC | 57 | BC | 0 | 39 | 8 | 14 | 134 | 35 | 39 |
| Octal | 314 | 127 | 274 | 0 | 71 | 10 | 24 | 464 | 65 | 71 |
| Binary | 11001100 | 1010111 | 10111100 | 0 | 111001 | 1000 | 10100 | 100110100 | 110101 | 111001 |
Color Harmonies of #CC57BC
Complementary color
Monochromatic Colors of #CC57BC
Black with #CC57BC
Text Example
Text Example
White with #CC57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57BC; }
p { color: rgb(204,87,188); }
H1.HeaderClassName
{
color: #CC57BC;
}
.AnyTagClassName
{
color: #CC57BC;
}
</style>
background-color css
<style>
a { background-color: #CC57BC; }
a { background-color: rgb(204,87,188); }
div.DivClassName
{
background-color: #CC57BC;
}
.BgClassName
{
background-color: #CC57BC;
}
</style>
border-color css
<style>
span { border-color: #CC57BC; }
span { border-color: rgb(204,87,188); }
td.TdClassName
{
border-color: #CC57BC;
}
.TagClassName
{
border-color: #CC57BC;
}
</style>