Shades of Fuchsia #CC40D3
Tints of Fuchsia #CC40D3
RGB
CMYK
RGB Variations
Color information
#CC40D3 (or 0xCC40D3) is known color: Fuchsia. HEX triplet: CC, 40 and D3. RGB value is (204,64,211). Sum of RGB (Red+Green+Blue) = 204+64+211=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40D3 is #33BF2C. Grayscale: #7A7A7A. Windows color (decimal): -3391277 or 13844684. OLE color: 13844684.
HSL color Cylindrical-coordinate representation of color #CC40D3: hue angle of 297.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC40D3 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 64 | 211 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.17 |
| HSL | 297.14º | 0.63% | 0.54% | - |
| HSV(B) | 297.14º | 0.7% | 0.83% | - |
| XYZ | 38.49 | 21.21 | 63.69 | - |
| YUV | 122.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 211 | 0.03 | 0.70 | 0 | 0.17 | 297.14 | 0.63 | 0.54 |
| Hex | CC | 40 | D3 | 3 | 46 | 0 | 11 | 129 | 3F | 36 |
| Octal | 314 | 100 | 323 | 3 | 106 | 0 | 21 | 451 | 77 | 66 |
| Binary | 11001100 | 1000000 | 11010011 | 11 | 1000110 | 0 | 10001 | 100101001 | 111111 | 110110 |
Color Harmonies of #CC40D3
Complementary color
Monochromatic Colors of #CC40D3
Black with #CC40D3
Text Example
Text Example
White with #CC40D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40D3; }
p { color: rgb(204,64,211); }
H1.HeaderClassName
{
color: #CC40D3;
}
.AnyTagClassName
{
color: #CC40D3;
}
</style>
background-color css
<style>
a { background-color: #CC40D3; }
a { background-color: rgb(204,64,211); }
div.DivClassName
{
background-color: #CC40D3;
}
.BgClassName
{
background-color: #CC40D3;
}
</style>
border-color css
<style>
span { border-color: #CC40D3; }
span { border-color: rgb(204,64,211); }
td.TdClassName
{
border-color: #CC40D3;
}
.TagClassName
{
border-color: #CC40D3;
}
</style>