Shades of Fuchsia #CC6BBB
Tints of Fuchsia #CC6BBB
RGB
CMYK
RGB Variations
Color information
#CC6BBB (or 0xCC6BBB) is known color: Fuchsia. HEX triplet: CC, 6B and BB. RGB value is (204,107,187). Sum of RGB (Red+Green+Blue) = 204+107+187=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BBB is #339444. Grayscale: #909090. Windows color (decimal): -3380293 or 12282828. OLE color: 12282828.
HSL color Cylindrical-coordinate representation of color #CC6BBB: hue angle of 310.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6BBB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 187 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.2 |
| HSL | 310.52º | 0.49% | 0.61% | - |
| HSV(B) | 310.52º | 0.48% | 0.8% | - |
| XYZ | 39.13 | 26.94 | 50.15 | - |
| YUV | 145.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 187 | 0 | 0.48 | 0.08 | 0.2 | 310.52 | 0.49 | 0.61 |
| Hex | CC | 6B | BB | 0 | 30 | 8 | 14 | 137 | 31 | 3D |
| Octal | 314 | 153 | 273 | 0 | 60 | 10 | 24 | 467 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10111011 | 0 | 110000 | 1000 | 10100 | 100110111 | 110001 | 111101 |
Color Harmonies of #CC6BBB
Complementary color
Monochromatic Colors of #CC6BBB
Black with #CC6BBB
Text Example
Text Example
White with #CC6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BBB; }
p { color: rgb(204,107,187); }
H1.HeaderClassName
{
color: #CC6BBB;
}
.AnyTagClassName
{
color: #CC6BBB;
}
</style>
background-color css
<style>
a { background-color: #CC6BBB; }
a { background-color: rgb(204,107,187); }
div.DivClassName
{
background-color: #CC6BBB;
}
.BgClassName
{
background-color: #CC6BBB;
}
</style>
border-color css
<style>
span { border-color: #CC6BBB; }
span { border-color: rgb(204,107,187); }
td.TdClassName
{
border-color: #CC6BBB;
}
.TagClassName
{
border-color: #CC6BBB;
}
</style>