Shades of Fuchsia #CC60C5
Tints of Fuchsia #CC60C5
RGB
CMYK
RGB Variations
Color information
#CC60C5 (or 0xCC60C5) is known color: Fuchsia. HEX triplet: CC, 60 and C5. RGB value is (204,96,197). Sum of RGB (Red+Green+Blue) = 204+96+197=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C5 is #339F3A. Grayscale: #8B8B8B. Windows color (decimal): -3383099 or 12935372. OLE color: 12935372.
HSL color Cylindrical-coordinate representation of color #CC60C5: hue angle of 303.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 #CC60C5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 197 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.2 |
| HSL | 303.89º | 0.51% | 0.59% | - |
| HSV(B) | 303.89º | 0.53% | 0.8% | - |
| XYZ | 39.16 | 25.23 | 55.63 | - |
| YUV | 139.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 197 | 0 | 0.53 | 0.03 | 0.2 | 303.89 | 0.51 | 0.59 |
| Hex | CC | 60 | C5 | 0 | 35 | 3 | 14 | 130 | 33 | 3B |
| Octal | 314 | 140 | 305 | 0 | 65 | 3 | 24 | 460 | 63 | 73 |
| Binary | 11001100 | 1100000 | 11000101 | 0 | 110101 | 11 | 10100 | 100110000 | 110011 | 111011 |
Color Harmonies of #CC60C5
Complementary color
Monochromatic Colors of #CC60C5
Black with #CC60C5
Text Example
Text Example
White with #CC60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60C5; }
p { color: rgb(204,96,197); }
H1.HeaderClassName
{
color: #CC60C5;
}
.AnyTagClassName
{
color: #CC60C5;
}
</style>
background-color css
<style>
a { background-color: #CC60C5; }
a { background-color: rgb(204,96,197); }
div.DivClassName
{
background-color: #CC60C5;
}
.BgClassName
{
background-color: #CC60C5;
}
</style>
border-color css
<style>
span { border-color: #CC60C5; }
span { border-color: rgb(204,96,197); }
td.TdClassName
{
border-color: #CC60C5;
}
.TagClassName
{
border-color: #CC60C5;
}
</style>