Shades of Fuchsia #CC40CF
Tints of Fuchsia #CC40CF
RGB
CMYK
RGB Variations
Color information
#CC40CF (or 0xCC40CF) is known color: Fuchsia. HEX triplet: CC, 40 and CF. RGB value is (204,64,207). Sum of RGB (Red+Green+Blue) = 204+64+207=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40CF is #33BF30. Grayscale: #797979. Windows color (decimal): -3391281 or 13582540. OLE color: 13582540.
HSL color Cylindrical-coordinate representation of color #CC40CF: hue angle of 298.74º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40CF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 64 | 207 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.19 |
| HSL | 298.74º | 0.6% | 0.53% | - |
| HSV(B) | 298.74º | 0.69% | 0.81% | - |
| XYZ | 38 | 21.01 | 61.08 | - |
| YUV | 122.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 207 | 0.01 | 0.69 | 0 | 0.19 | 298.74 | 0.6 | 0.53 |
| Hex | CC | 40 | CF | 1 | 45 | 0 | 13 | 12B | 3C | 35 |
| Octal | 314 | 100 | 317 | 1 | 105 | 0 | 23 | 453 | 74 | 65 |
| Binary | 11001100 | 1000000 | 11001111 | 1 | 1000101 | 0 | 10011 | 100101011 | 111100 | 110101 |
Color Harmonies of #CC40CF
Complementary color
Monochromatic Colors of #CC40CF
Black with #CC40CF
Text Example
Text Example
White with #CC40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40CF; }
p { color: rgb(204,64,207); }
H1.HeaderClassName
{
color: #CC40CF;
}
.AnyTagClassName
{
color: #CC40CF;
}
</style>
background-color css
<style>
a { background-color: #CC40CF; }
a { background-color: rgb(204,64,207); }
div.DivClassName
{
background-color: #CC40CF;
}
.BgClassName
{
background-color: #CC40CF;
}
</style>
border-color css
<style>
span { border-color: #CC40CF; }
span { border-color: rgb(204,64,207); }
td.TdClassName
{
border-color: #CC40CF;
}
.TagClassName
{
border-color: #CC40CF;
}
</style>