Shades of Fuchsia #CC60BC
Tints of Fuchsia #CC60BC
RGB
CMYK
RGB Variations
Color information
#CC60BC (or 0xCC60BC) is known color: Fuchsia. HEX triplet: CC, 60 and BC. RGB value is (204,96,188). Sum of RGB (Red+Green+Blue) = 204+96+188=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60BC is #339F43. Grayscale: #8A8A8A. Windows color (decimal): -3383108 or 12345548. OLE color: 12345548.
HSL color Cylindrical-coordinate representation of color #CC60BC: hue angle of 308.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC60BC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 188 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.2 |
| HSL | 308.89º | 0.51% | 0.59% | - |
| HSV(B) | 308.89º | 0.53% | 0.8% | - |
| XYZ | 38.16 | 24.83 | 50.36 | - |
| YUV | 138.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 188 | 0 | 0.53 | 0.08 | 0.2 | 308.89 | 0.51 | 0.59 |
| Hex | CC | 60 | BC | 0 | 35 | 8 | 14 | 135 | 33 | 3B |
| Octal | 314 | 140 | 274 | 0 | 65 | 10 | 24 | 465 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10111100 | 0 | 110101 | 1000 | 10100 | 100110101 | 110011 | 111011 |
Color Harmonies of #CC60BC
Complementary color
Monochromatic Colors of #CC60BC
Black with #CC60BC
Text Example
Text Example
White with #CC60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60BC; }
p { color: rgb(204,96,188); }
H1.HeaderClassName
{
color: #CC60BC;
}
.AnyTagClassName
{
color: #CC60BC;
}
</style>
background-color css
<style>
a { background-color: #CC60BC; }
a { background-color: rgb(204,96,188); }
div.DivClassName
{
background-color: #CC60BC;
}
.BgClassName
{
background-color: #CC60BC;
}
</style>
border-color css
<style>
span { border-color: #CC60BC; }
span { border-color: rgb(204,96,188); }
td.TdClassName
{
border-color: #CC60BC;
}
.TagClassName
{
border-color: #CC60BC;
}
</style>