Shades of Fuchsia #CC40B9
Tints of Fuchsia #CC40B9
RGB
CMYK
RGB Variations
Color information
#CC40B9 (or 0xCC40B9) is known color: Fuchsia. HEX triplet: CC, 40 and B9. RGB value is (204,64,185). Sum of RGB (Red+Green+Blue) = 204+64+185=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40B9 is #33BF46. Grayscale: #777777. Windows color (decimal): -3391303 or 12140748. OLE color: 12140748.
HSL color Cylindrical-coordinate representation of color #CC40B9: hue angle of 308.14º 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 #CC40B9 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 185 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.2 |
| HSL | 308.14º | 0.58% | 0.53% | - |
| HSV(B) | 308.14º | 0.69% | 0.8% | - |
| XYZ | 35.49 | 20.01 | 47.89 | - |
| YUV | 119.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 185 | 0 | 0.69 | 0.09 | 0.2 | 308.14 | 0.58 | 0.53 |
| Hex | CC | 40 | B9 | 0 | 45 | 9 | 14 | 134 | 3A | 35 |
| Octal | 314 | 100 | 271 | 0 | 105 | 11 | 24 | 464 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10111001 | 0 | 1000101 | 1001 | 10100 | 100110100 | 111010 | 110101 |
Color Harmonies of #CC40B9
Complementary color
Monochromatic Colors of #CC40B9
Black with #CC40B9
Text Example
Text Example
White with #CC40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40B9; }
p { color: rgb(204,64,185); }
H1.HeaderClassName
{
color: #CC40B9;
}
.AnyTagClassName
{
color: #CC40B9;
}
</style>
background-color css
<style>
a { background-color: #CC40B9; }
a { background-color: rgb(204,64,185); }
div.DivClassName
{
background-color: #CC40B9;
}
.BgClassName
{
background-color: #CC40B9;
}
</style>
border-color css
<style>
span { border-color: #CC40B9; }
span { border-color: rgb(204,64,185); }
td.TdClassName
{
border-color: #CC40B9;
}
.TagClassName
{
border-color: #CC40B9;
}
</style>