Shades of Fuchsia #CC66BB
Tints of Fuchsia #CC66BB
RGB
CMYK
RGB Variations
Color information
#CC66BB (or 0xCC66BB) is known color: Fuchsia. HEX triplet: CC, 66 and BB. RGB value is (204,102,187). Sum of RGB (Red+Green+Blue) = 204+102+187=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BB is #339944. Grayscale: #8D8D8D. Windows color (decimal): -3381573 or 12281548. OLE color: 12281548.
HSL color Cylindrical-coordinate representation of color #CC66BB: hue angle of 310º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC66BB is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 187 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.2 |
| HSL | 310º | 0.5% | 0.6% | - |
| HSV(B) | 310º | 0.5% | 0.8% | - |
| XYZ | 38.62 | 25.93 | 49.98 | - |
| YUV | 142.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 187 | 0 | 0.5 | 0.08 | 0.2 | 310 | 0.5 | 0.6 |
| Hex | CC | 66 | BB | 0 | 32 | 8 | 14 | 136 | 32 | 3C |
| Octal | 314 | 146 | 273 | 0 | 62 | 10 | 24 | 466 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10111011 | 0 | 110010 | 1000 | 10100 | 100110110 | 110010 | 111100 |
Color Harmonies of #CC66BB
Complementary color
Monochromatic Colors of #CC66BB
Black with #CC66BB
Text Example
Text Example
White with #CC66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66BB; }
p { color: rgb(204,102,187); }
H1.HeaderClassName
{
color: #CC66BB;
}
.AnyTagClassName
{
color: #CC66BB;
}
</style>
background-color css
<style>
a { background-color: #CC66BB; }
a { background-color: rgb(204,102,187); }
div.DivClassName
{
background-color: #CC66BB;
}
.BgClassName
{
background-color: #CC66BB;
}
</style>
border-color css
<style>
span { border-color: #CC66BB; }
span { border-color: rgb(204,102,187); }
td.TdClassName
{
border-color: #CC66BB;
}
.TagClassName
{
border-color: #CC66BB;
}
</style>