Shades of Fuchsia #CF40D4
Tints of Fuchsia #CF40D4
RGB
CMYK
RGB Variations
Color information
#CF40D4 (or 0xCF40D4) is known color: Fuchsia. HEX triplet: CF, 40 and D4. RGB value is (207,64,212). Sum of RGB (Red+Green+Blue) = 207+64+212=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF40D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40D4 is #30BF2B. Grayscale: #7B7B7B. Windows color (decimal): -3194668 or 13910223. OLE color: 13910223.
HSL color Cylindrical-coordinate representation of color #CF40D4: hue angle of 297.97º 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 #CF40D4 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 64 | 212 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.17 |
| HSL | 297.97º | 0.63% | 0.54% | - |
| HSV(B) | 297.97º | 0.7% | 0.83% | - |
| XYZ | 39.45 | 21.69 | 64.39 | - |
| YUV | 123.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 212 | 0.02 | 0.70 | 0 | 0.17 | 297.97 | 0.63 | 0.54 |
| Hex | CF | 40 | D4 | 2 | 46 | 0 | 11 | 12A | 3F | 36 |
| Octal | 317 | 100 | 324 | 2 | 106 | 0 | 21 | 452 | 77 | 66 |
| Binary | 11001111 | 1000000 | 11010100 | 10 | 1000110 | 0 | 10001 | 100101010 | 111111 | 110110 |
Color Harmonies of #CF40D4
Complementary color
Monochromatic Colors of #CF40D4
Black with #CF40D4
Text Example
Text Example
White with #CF40D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40D4; }
p { color: rgb(207,64,212); }
H1.HeaderClassName
{
color: #CF40D4;
}
.AnyTagClassName
{
color: #CF40D4;
}
</style>
background-color css
<style>
a { background-color: #CF40D4; }
a { background-color: rgb(207,64,212); }
div.DivClassName
{
background-color: #CF40D4;
}
.BgClassName
{
background-color: #CF40D4;
}
</style>
border-color css
<style>
span { border-color: #CF40D4; }
span { border-color: rgb(207,64,212); }
td.TdClassName
{
border-color: #CF40D4;
}
.TagClassName
{
border-color: #CF40D4;
}
</style>