Shades of Fuchsia #CC40BB
Tints of Fuchsia #CC40BB
RGB
CMYK
RGB Variations
Color information
#CC40BB (or 0xCC40BB) is known color: Fuchsia. HEX triplet: CC, 40 and BB. RGB value is (204,64,187). Sum of RGB (Red+Green+Blue) = 204+64+187=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40BB is #33BF44. Grayscale: #777777. Windows color (decimal): -3391301 or 12271820. OLE color: 12271820.
HSL color Cylindrical-coordinate representation of color #CC40BB: hue angle of 307.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40BB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 187 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.2 |
| HSL | 307.29º | 0.58% | 0.53% | - |
| HSV(B) | 307.29º | 0.69% | 0.8% | - |
| XYZ | 35.7 | 20.09 | 49.01 | - |
| YUV | 119.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 187 | 0 | 0.69 | 0.08 | 0.2 | 307.29 | 0.58 | 0.53 |
| Hex | CC | 40 | BB | 0 | 45 | 8 | 14 | 133 | 3A | 35 |
| Octal | 314 | 100 | 273 | 0 | 105 | 10 | 24 | 463 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10111011 | 0 | 1000101 | 1000 | 10100 | 100110011 | 111010 | 110101 |
Color Harmonies of #CC40BB
Complementary color
Monochromatic Colors of #CC40BB
Black with #CC40BB
Text Example
Text Example
White with #CC40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40BB; }
p { color: rgb(204,64,187); }
H1.HeaderClassName
{
color: #CC40BB;
}
.AnyTagClassName
{
color: #CC40BB;
}
</style>
background-color css
<style>
a { background-color: #CC40BB; }
a { background-color: rgb(204,64,187); }
div.DivClassName
{
background-color: #CC40BB;
}
.BgClassName
{
background-color: #CC40BB;
}
</style>
border-color css
<style>
span { border-color: #CC40BB; }
span { border-color: rgb(204,64,187); }
td.TdClassName
{
border-color: #CC40BB;
}
.TagClassName
{
border-color: #CC40BB;
}
</style>