Shades of Fuchsia #CC60BD
Tints of Fuchsia #CC60BD
RGB
CMYK
RGB Variations
Color information
#CC60BD (or 0xCC60BD) is known color: Fuchsia. HEX triplet: CC, 60 and BD. RGB value is (204,96,189). Sum of RGB (Red+Green+Blue) = 204+96+189=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC60BD is #339F42. Grayscale: #8A8A8A. Windows color (decimal): -3383107 or 12411084. OLE color: 12411084.
HSL color Cylindrical-coordinate representation of color #CC60BD: hue angle of 308.33º 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 #CC60BD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 189 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.2 |
| HSL | 308.33º | 0.51% | 0.59% | - |
| HSV(B) | 308.33º | 0.53% | 0.8% | - |
| XYZ | 38.27 | 24.88 | 50.93 | - |
| YUV | 138.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 189 | 0 | 0.53 | 0.07 | 0.2 | 308.33 | 0.51 | 0.59 |
| Hex | CC | 60 | BD | 0 | 35 | 7 | 14 | 134 | 33 | 3B |
| Octal | 314 | 140 | 275 | 0 | 65 | 7 | 24 | 464 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10111101 | 0 | 110101 | 111 | 10100 | 100110100 | 110011 | 111011 |
Color Harmonies of #CC60BD
Complementary color
Monochromatic Colors of #CC60BD
Black with #CC60BD
Text Example
Text Example
White with #CC60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60BD; }
p { color: rgb(204,96,189); }
H1.HeaderClassName
{
color: #CC60BD;
}
.AnyTagClassName
{
color: #CC60BD;
}
</style>
background-color css
<style>
a { background-color: #CC60BD; }
a { background-color: rgb(204,96,189); }
div.DivClassName
{
background-color: #CC60BD;
}
.BgClassName
{
background-color: #CC60BD;
}
</style>
border-color css
<style>
span { border-color: #CC60BD; }
span { border-color: rgb(204,96,189); }
td.TdClassName
{
border-color: #CC60BD;
}
.TagClassName
{
border-color: #CC60BD;
}
</style>