Shades of Fuchsia #CC40BC
Tints of Fuchsia #CC40BC
RGB
CMYK
RGB Variations
Color information
#CC40BC (or 0xCC40BC) is known color: Fuchsia. HEX triplet: CC, 40 and BC. RGB value is (204,64,188). Sum of RGB (Red+Green+Blue) = 204+64+188=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40BC is #33BF43. Grayscale: #777777. Windows color (decimal): -3391300 or 12337356. OLE color: 12337356.
HSL color Cylindrical-coordinate representation of color #CC40BC: hue angle of 306.86º 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 #CC40BC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 188 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.2 |
| HSL | 306.86º | 0.58% | 0.53% | - |
| HSV(B) | 306.86º | 0.69% | 0.8% | - |
| XYZ | 35.81 | 20.14 | 49.58 | - |
| YUV | 120 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 188 | 0 | 0.69 | 0.08 | 0.2 | 306.86 | 0.58 | 0.53 |
| Hex | CC | 40 | BC | 0 | 45 | 8 | 14 | 133 | 3A | 35 |
| Octal | 314 | 100 | 274 | 0 | 105 | 10 | 24 | 463 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10111100 | 0 | 1000101 | 1000 | 10100 | 100110011 | 111010 | 110101 |
Color Harmonies of #CC40BC
Complementary color
Monochromatic Colors of #CC40BC
Black with #CC40BC
Text Example
Text Example
White with #CC40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40BC; }
p { color: rgb(204,64,188); }
H1.HeaderClassName
{
color: #CC40BC;
}
.AnyTagClassName
{
color: #CC40BC;
}
</style>
background-color css
<style>
a { background-color: #CC40BC; }
a { background-color: rgb(204,64,188); }
div.DivClassName
{
background-color: #CC40BC;
}
.BgClassName
{
background-color: #CC40BC;
}
</style>
border-color css
<style>
span { border-color: #CC40BC; }
span { border-color: rgb(204,64,188); }
td.TdClassName
{
border-color: #CC40BC;
}
.TagClassName
{
border-color: #CC40BC;
}
</style>