Shades of Fuchsia #CC60C2
Tints of Fuchsia #CC60C2
RGB
CMYK
RGB Variations
Color information
#CC60C2 (or 0xCC60C2) is known color: Fuchsia. HEX triplet: CC, 60 and C2. RGB value is (204,96,194). Sum of RGB (Red+Green+Blue) = 204+96+194=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60C2 is #339F3D. Grayscale: #8B8B8B. Windows color (decimal): -3383102 or 12738764. OLE color: 12738764.
HSL color Cylindrical-coordinate representation of color #CC60C2: hue angle of 305.56º 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 #CC60C2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 194 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.2 |
| HSL | 305.56º | 0.51% | 0.59% | - |
| HSV(B) | 305.56º | 0.53% | 0.8% | - |
| XYZ | 38.82 | 25.1 | 53.84 | - |
| YUV | 139.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 194 | 0 | 0.53 | 0.05 | 0.2 | 305.56 | 0.51 | 0.59 |
| Hex | CC | 60 | C2 | 0 | 35 | 5 | 14 | 132 | 33 | 3B |
| Octal | 314 | 140 | 302 | 0 | 65 | 5 | 24 | 462 | 63 | 73 |
| Binary | 11001100 | 1100000 | 11000010 | 0 | 110101 | 101 | 10100 | 100110010 | 110011 | 111011 |
Color Harmonies of #CC60C2
Complementary color
Monochromatic Colors of #CC60C2
Black with #CC60C2
Text Example
Text Example
White with #CC60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60C2; }
p { color: rgb(204,96,194); }
H1.HeaderClassName
{
color: #CC60C2;
}
.AnyTagClassName
{
color: #CC60C2;
}
</style>
background-color css
<style>
a { background-color: #CC60C2; }
a { background-color: rgb(204,96,194); }
div.DivClassName
{
background-color: #CC60C2;
}
.BgClassName
{
background-color: #CC60C2;
}
</style>
border-color css
<style>
span { border-color: #CC60C2; }
span { border-color: rgb(204,96,194); }
td.TdClassName
{
border-color: #CC60C2;
}
.TagClassName
{
border-color: #CC60C2;
}
</style>