Shades of Fuchsia #CC57C7
Tints of Fuchsia #CC57C7
RGB
CMYK
RGB Variations
Color information
#CC57C7 (or 0xCC57C7) is known color: Fuchsia. HEX triplet: CC, 57 and C7. RGB value is (204,87,199). Sum of RGB (Red+Green+Blue) = 204+87+199=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57C7 is #33A838. Grayscale: #868686. Windows color (decimal): -3385401 or 13064140. OLE color: 13064140.
HSL color Cylindrical-coordinate representation of color #CC57C7: hue angle of 302.56º 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 #CC57C7 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 199 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.2 |
| HSL | 302.56º | 0.53% | 0.57% | - |
| HSV(B) | 302.56º | 0.57% | 0.8% | - |
| XYZ | 38.62 | 23.78 | 56.59 | - |
| YUV | 134.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 199 | 0 | 0.57 | 0.02 | 0.2 | 302.56 | 0.53 | 0.57 |
| Hex | CC | 57 | C7 | 0 | 39 | 2 | 14 | 12F | 35 | 39 |
| Octal | 314 | 127 | 307 | 0 | 71 | 2 | 24 | 457 | 65 | 71 |
| Binary | 11001100 | 1010111 | 11000111 | 0 | 111001 | 10 | 10100 | 100101111 | 110101 | 111001 |
Color Harmonies of #CC57C7
Complementary color
Monochromatic Colors of #CC57C7
Black with #CC57C7
Text Example
Text Example
White with #CC57C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57C7; }
p { color: rgb(204,87,199); }
H1.HeaderClassName
{
color: #CC57C7;
}
.AnyTagClassName
{
color: #CC57C7;
}
</style>
background-color css
<style>
a { background-color: #CC57C7; }
a { background-color: rgb(204,87,199); }
div.DivClassName
{
background-color: #CC57C7;
}
.BgClassName
{
background-color: #CC57C7;
}
</style>
border-color css
<style>
span { border-color: #CC57C7; }
span { border-color: rgb(204,87,199); }
td.TdClassName
{
border-color: #CC57C7;
}
.TagClassName
{
border-color: #CC57C7;
}
</style>