Shades of Fuchsia #CC6FB8
Tints of Fuchsia #CC6FB8
RGB
CMYK
RGB Variations
Color information
#CC6FB8 (or 0xCC6FB8) is known color: Fuchsia. HEX triplet: CC, 6F and B8. RGB value is (204,111,184). Sum of RGB (Red+Green+Blue) = 204+111+184=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FB8 is #339047. Grayscale: #929292. Windows color (decimal): -3379272 or 12087244. OLE color: 12087244.
HSL color Cylindrical-coordinate representation of color #CC6FB8: hue angle of 312.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6FB8 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 184 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.2 |
| HSL | 312.9º | 0.48% | 0.62% | - |
| HSV(B) | 312.9º | 0.46% | 0.8% | - |
| XYZ | 39.24 | 27.67 | 48.62 | - |
| YUV | 147.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 184 | 0 | 0.46 | 0.10 | 0.2 | 312.9 | 0.48 | 0.62 |
| Hex | CC | 6F | B8 | 0 | 2E | A | 14 | 139 | 30 | 3E |
| Octal | 314 | 157 | 270 | 0 | 56 | 12 | 24 | 471 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10111000 | 0 | 101110 | 1010 | 10100 | 100111001 | 110000 | 111110 |
Color Harmonies of #CC6FB8
Complementary color
Monochromatic Colors of #CC6FB8
Black with #CC6FB8
Text Example
Text Example
White with #CC6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FB8; }
p { color: rgb(204,111,184); }
H1.HeaderClassName
{
color: #CC6FB8;
}
.AnyTagClassName
{
color: #CC6FB8;
}
</style>
background-color css
<style>
a { background-color: #CC6FB8; }
a { background-color: rgb(204,111,184); }
div.DivClassName
{
background-color: #CC6FB8;
}
.BgClassName
{
background-color: #CC6FB8;
}
</style>
border-color css
<style>
span { border-color: #CC6FB8; }
span { border-color: rgb(204,111,184); }
td.TdClassName
{
border-color: #CC6FB8;
}
.TagClassName
{
border-color: #CC6FB8;
}
</style>