Shades of Fuchsia #CC59C4
Tints of Fuchsia #CC59C4
RGB
CMYK
RGB Variations
Color information
#CC59C4 (or 0xCC59C4) is known color: Fuchsia. HEX triplet: CC, 59 and C4. RGB value is (204,89,196). Sum of RGB (Red+Green+Blue) = 204+89+196=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59C4 is #33A63B. Grayscale: #878787. Windows color (decimal): -3384892 or 12868044. OLE color: 12868044.
HSL color Cylindrical-coordinate representation of color #CC59C4: hue angle of 304.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC59C4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 196 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.2 |
| HSL | 304.17º | 0.53% | 0.57% | - |
| HSV(B) | 304.17º | 0.56% | 0.8% | - |
| XYZ | 38.44 | 23.97 | 54.82 | - |
| YUV | 135.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 196 | 0 | 0.56 | 0.04 | 0.2 | 304.17 | 0.53 | 0.57 |
| Hex | CC | 59 | C4 | 0 | 38 | 4 | 14 | 130 | 35 | 39 |
| Octal | 314 | 131 | 304 | 0 | 70 | 4 | 24 | 460 | 65 | 71 |
| Binary | 11001100 | 1011001 | 11000100 | 0 | 111000 | 100 | 10100 | 100110000 | 110101 | 111001 |
Color Harmonies of #CC59C4
Complementary color
Monochromatic Colors of #CC59C4
Black with #CC59C4
Text Example
Text Example
White with #CC59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59C4; }
p { color: rgb(204,89,196); }
H1.HeaderClassName
{
color: #CC59C4;
}
.AnyTagClassName
{
color: #CC59C4;
}
</style>
background-color css
<style>
a { background-color: #CC59C4; }
a { background-color: rgb(204,89,196); }
div.DivClassName
{
background-color: #CC59C4;
}
.BgClassName
{
background-color: #CC59C4;
}
</style>
border-color css
<style>
span { border-color: #CC59C4; }
span { border-color: rgb(204,89,196); }
td.TdClassName
{
border-color: #CC59C4;
}
.TagClassName
{
border-color: #CC59C4;
}
</style>