Shades of Fuchsia #CC66BA
Tints of Fuchsia #CC66BA
RGB
CMYK
RGB Variations
Color information
#CC66BA (or 0xCC66BA) is known color: Fuchsia. HEX triplet: CC, 66 and BA. RGB value is (204,102,186). Sum of RGB (Red+Green+Blue) = 204+102+186=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BA is #339945. Grayscale: #8D8D8D. Windows color (decimal): -3381574 or 12216012. OLE color: 12216012.
HSL color Cylindrical-coordinate representation of color #CC66BA: hue angle of 310.59º 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 #CC66BA is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 186 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.2 |
| HSL | 310.59º | 0.5% | 0.6% | - |
| HSV(B) | 310.59º | 0.5% | 0.8% | - |
| XYZ | 38.52 | 25.89 | 49.42 | - |
| YUV | 142.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 186 | 0 | 0.5 | 0.09 | 0.2 | 310.59 | 0.5 | 0.6 |
| Hex | CC | 66 | BA | 0 | 32 | 9 | 14 | 137 | 32 | 3C |
| Octal | 314 | 146 | 272 | 0 | 62 | 11 | 24 | 467 | 62 | 74 |
| Binary | 11001100 | 1100110 | 10111010 | 0 | 110010 | 1001 | 10100 | 100110111 | 110010 | 111100 |
Color Harmonies of #CC66BA
Complementary color
Monochromatic Colors of #CC66BA
Black with #CC66BA
Text Example
Text Example
White with #CC66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC66BA; }
p { color: rgb(204,102,186); }
H1.HeaderClassName
{
color: #CC66BA;
}
.AnyTagClassName
{
color: #CC66BA;
}
</style>
background-color css
<style>
a { background-color: #CC66BA; }
a { background-color: rgb(204,102,186); }
div.DivClassName
{
background-color: #CC66BA;
}
.BgClassName
{
background-color: #CC66BA;
}
</style>
border-color css
<style>
span { border-color: #CC66BA; }
span { border-color: rgb(204,102,186); }
td.TdClassName
{
border-color: #CC66BA;
}
.TagClassName
{
border-color: #CC66BA;
}
</style>