Shades of Fuchsia #CC40BE
Tints of Fuchsia #CC40BE
RGB
CMYK
RGB Variations
Color information
#CC40BE (or 0xCC40BE) is known color: Fuchsia. HEX triplet: CC, 40 and BE. RGB value is (204,64,190). Sum of RGB (Red+Green+Blue) = 204+64+190=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40BE is #33BF41. Grayscale: #777777. Windows color (decimal): -3391298 or 12468428. OLE color: 12468428.
HSL color Cylindrical-coordinate representation of color #CC40BE: hue angle of 306º 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 #CC40BE is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 190 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.2 |
| HSL | 306º | 0.58% | 0.53% | - |
| HSV(B) | 306º | 0.69% | 0.8% | - |
| XYZ | 36.03 | 20.22 | 50.72 | - |
| YUV | 120.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 190 | 0 | 0.69 | 0.07 | 0.2 | 306 | 0.58 | 0.53 |
| Hex | CC | 40 | BE | 0 | 45 | 7 | 14 | 132 | 3A | 35 |
| Octal | 314 | 100 | 276 | 0 | 105 | 7 | 24 | 462 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10111110 | 0 | 1000101 | 111 | 10100 | 100110010 | 111010 | 110101 |
Color Harmonies of #CC40BE
Complementary color
Monochromatic Colors of #CC40BE
Black with #CC40BE
Text Example
Text Example
White with #CC40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40BE; }
p { color: rgb(204,64,190); }
H1.HeaderClassName
{
color: #CC40BE;
}
.AnyTagClassName
{
color: #CC40BE;
}
</style>
background-color css
<style>
a { background-color: #CC40BE; }
a { background-color: rgb(204,64,190); }
div.DivClassName
{
background-color: #CC40BE;
}
.BgClassName
{
background-color: #CC40BE;
}
</style>
border-color css
<style>
span { border-color: #CC40BE; }
span { border-color: rgb(204,64,190); }
td.TdClassName
{
border-color: #CC40BE;
}
.TagClassName
{
border-color: #CC40BE;
}
</style>