Shades of Fuchsia #CC40BA
Tints of Fuchsia #CC40BA
RGB
CMYK
RGB Variations
Color information
#CC40BA (or 0xCC40BA) is known color: Fuchsia. HEX triplet: CC, 40 and BA. RGB value is (204,64,186). Sum of RGB (Red+Green+Blue) = 204+64+186=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40BA is #33BF45. Grayscale: #777777. Windows color (decimal): -3391302 or 12206284. OLE color: 12206284.
HSL color Cylindrical-coordinate representation of color #CC40BA: hue angle of 307.71º 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 #CC40BA is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 186 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.2 |
| HSL | 307.71º | 0.58% | 0.53% | - |
| HSV(B) | 307.71º | 0.69% | 0.8% | - |
| XYZ | 35.6 | 20.05 | 48.45 | - |
| YUV | 119.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 186 | 0 | 0.69 | 0.09 | 0.2 | 307.71 | 0.58 | 0.53 |
| Hex | CC | 40 | BA | 0 | 45 | 9 | 14 | 134 | 3A | 35 |
| Octal | 314 | 100 | 272 | 0 | 105 | 11 | 24 | 464 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10111010 | 0 | 1000101 | 1001 | 10100 | 100110100 | 111010 | 110101 |
Color Harmonies of #CC40BA
Complementary color
Monochromatic Colors of #CC40BA
Black with #CC40BA
Text Example
Text Example
White with #CC40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40BA; }
p { color: rgb(204,64,186); }
H1.HeaderClassName
{
color: #CC40BA;
}
.AnyTagClassName
{
color: #CC40BA;
}
</style>
background-color css
<style>
a { background-color: #CC40BA; }
a { background-color: rgb(204,64,186); }
div.DivClassName
{
background-color: #CC40BA;
}
.BgClassName
{
background-color: #CC40BA;
}
</style>
border-color css
<style>
span { border-color: #CC40BA; }
span { border-color: rgb(204,64,186); }
td.TdClassName
{
border-color: #CC40BA;
}
.TagClassName
{
border-color: #CC40BA;
}
</style>