Shades of Fuchsia #CC60C0
Tints of Fuchsia #CC60C0
RGB
CMYK
RGB Variations
Color information
#CC60C0 (or 0xCC60C0) is known color: Fuchsia. HEX triplet: CC, 60 and C0. RGB value is (204,96,192). Sum of RGB (Red+Green+Blue) = 204+96+192=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C0 is #339F3F. Grayscale: #8A8A8A. Windows color (decimal): -3383104 or 12607692. OLE color: 12607692.
HSL color Cylindrical-coordinate representation of color #CC60C0: hue angle of 306.67º 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 #CC60C0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 192 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.2 |
| HSL | 306.67º | 0.51% | 0.59% | - |
| HSV(B) | 306.67º | 0.53% | 0.8% | - |
| XYZ | 38.6 | 25.01 | 52.66 | - |
| YUV | 139.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 192 | 0 | 0.53 | 0.06 | 0.2 | 306.67 | 0.51 | 0.59 |
| Hex | CC | 60 | C0 | 0 | 35 | 6 | 14 | 133 | 33 | 3B |
| Octal | 314 | 140 | 300 | 0 | 65 | 6 | 24 | 463 | 63 | 73 |
| Binary | 11001100 | 1100000 | 11000000 | 0 | 110101 | 110 | 10100 | 100110011 | 110011 | 111011 |
Color Harmonies of #CC60C0
Complementary color
Monochromatic Colors of #CC60C0
Black with #CC60C0
Text Example
Text Example
White with #CC60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60C0; }
p { color: rgb(204,96,192); }
H1.HeaderClassName
{
color: #CC60C0;
}
.AnyTagClassName
{
color: #CC60C0;
}
</style>
background-color css
<style>
a { background-color: #CC60C0; }
a { background-color: rgb(204,96,192); }
div.DivClassName
{
background-color: #CC60C0;
}
.BgClassName
{
background-color: #CC60C0;
}
</style>
border-color css
<style>
span { border-color: #CC60C0; }
span { border-color: rgb(204,96,192); }
td.TdClassName
{
border-color: #CC60C0;
}
.TagClassName
{
border-color: #CC60C0;
}
</style>