Shades of Fuchsia #CC60C7
Tints of Fuchsia #CC60C7
RGB
CMYK
RGB Variations
Color information
#CC60C7 (or 0xCC60C7) is known color: Fuchsia. HEX triplet: CC, 60 and C7. RGB value is (204,96,199). Sum of RGB (Red+Green+Blue) = 204+96+199=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C7 is #339F38. Grayscale: #8B8B8B. Windows color (decimal): -3383097 or 13066444. OLE color: 13066444.
HSL color Cylindrical-coordinate representation of color #CC60C7: hue angle of 302.78º 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 #CC60C7 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 199 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.2 |
| HSL | 302.78º | 0.51% | 0.59% | - |
| HSV(B) | 302.78º | 0.53% | 0.8% | - |
| XYZ | 39.39 | 25.33 | 56.85 | - |
| YUV | 140.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 199 | 0 | 0.53 | 0.02 | 0.2 | 302.78 | 0.51 | 0.59 |
| Hex | CC | 60 | C7 | 0 | 35 | 2 | 14 | 12F | 33 | 3B |
| Octal | 314 | 140 | 307 | 0 | 65 | 2 | 24 | 457 | 63 | 73 |
| Binary | 11001100 | 1100000 | 11000111 | 0 | 110101 | 10 | 10100 | 100101111 | 110011 | 111011 |
Color Harmonies of #CC60C7
Complementary color
Monochromatic Colors of #CC60C7
Black with #CC60C7
Text Example
Text Example
White with #CC60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60C7; }
p { color: rgb(204,96,199); }
H1.HeaderClassName
{
color: #CC60C7;
}
.AnyTagClassName
{
color: #CC60C7;
}
</style>
background-color css
<style>
a { background-color: #CC60C7; }
a { background-color: rgb(204,96,199); }
div.DivClassName
{
background-color: #CC60C7;
}
.BgClassName
{
background-color: #CC60C7;
}
</style>
border-color css
<style>
span { border-color: #CC60C7; }
span { border-color: rgb(204,96,199); }
td.TdClassName
{
border-color: #CC60C7;
}
.TagClassName
{
border-color: #CC60C7;
}
</style>