Shades of Fuchsia #CC59BA
Tints of Fuchsia #CC59BA
RGB
CMYK
RGB Variations
Color information
#CC59BA (or 0xCC59BA) is known color: Fuchsia. HEX triplet: CC, 59 and BA. RGB value is (204,89,186). Sum of RGB (Red+Green+Blue) = 204+89+186=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59BA is #33A645. Grayscale: #868686. Windows color (decimal): -3384902 or 12212684. OLE color: 12212684.
HSL color Cylindrical-coordinate representation of color #CC59BA: hue angle of 309.39º 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 #CC59BA is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 186 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.2 |
| HSL | 309.39º | 0.53% | 0.57% | - |
| HSV(B) | 309.39º | 0.56% | 0.8% | - |
| XYZ | 37.34 | 23.53 | 49.03 | - |
| YUV | 134.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 186 | 0 | 0.56 | 0.09 | 0.2 | 309.39 | 0.53 | 0.57 |
| Hex | CC | 59 | BA | 0 | 38 | 9 | 14 | 135 | 35 | 39 |
| Octal | 314 | 131 | 272 | 0 | 70 | 11 | 24 | 465 | 65 | 71 |
| Binary | 11001100 | 1011001 | 10111010 | 0 | 111000 | 1001 | 10100 | 100110101 | 110101 | 111001 |
Color Harmonies of #CC59BA
Complementary color
Monochromatic Colors of #CC59BA
Black with #CC59BA
Text Example
Text Example
White with #CC59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59BA; }
p { color: rgb(204,89,186); }
H1.HeaderClassName
{
color: #CC59BA;
}
.AnyTagClassName
{
color: #CC59BA;
}
</style>
background-color css
<style>
a { background-color: #CC59BA; }
a { background-color: rgb(204,89,186); }
div.DivClassName
{
background-color: #CC59BA;
}
.BgClassName
{
background-color: #CC59BA;
}
</style>
border-color css
<style>
span { border-color: #CC59BA; }
span { border-color: rgb(204,89,186); }
td.TdClassName
{
border-color: #CC59BA;
}
.TagClassName
{
border-color: #CC59BA;
}
</style>