Shades of Fuchsia #CF40CE
Tints of Fuchsia #CF40CE
RGB
CMYK
RGB Variations
Color information
#CF40CE (or 0xCF40CE) is known color: Fuchsia. HEX triplet: CF, 40 and CE. RGB value is (207,64,206). Sum of RGB (Red+Green+Blue) = 207+64+206=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40CE is #30BF31. Grayscale: #7A7A7A. Windows color (decimal): -3194674 or 13517007. OLE color: 13517007.
HSL color Cylindrical-coordinate representation of color #CF40CE: hue angle of 300.42º 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 #CF40CE is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 206 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.19 |
| HSL | 300.42º | 0.6% | 0.53% | - |
| HSV(B) | 300.42º | 0.69% | 0.81% | - |
| XYZ | 38.71 | 21.39 | 60.48 | - |
| YUV | 122.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 206 | 0 | 0.69 | 0.00 | 0.19 | 300.42 | 0.6 | 0.53 |
| Hex | CF | 40 | CE | 0 | 45 | 0 | 13 | 12C | 3C | 35 |
| Octal | 317 | 100 | 316 | 0 | 105 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001111 | 1000000 | 11001110 | 0 | 1000101 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CF40CE
Complementary color
Monochromatic Colors of #CF40CE
Black with #CF40CE
Text Example
Text Example
White with #CF40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40CE; }
p { color: rgb(207,64,206); }
H1.HeaderClassName
{
color: #CF40CE;
}
.AnyTagClassName
{
color: #CF40CE;
}
</style>
background-color css
<style>
a { background-color: #CF40CE; }
a { background-color: rgb(207,64,206); }
div.DivClassName
{
background-color: #CF40CE;
}
.BgClassName
{
background-color: #CF40CE;
}
</style>
border-color css
<style>
span { border-color: #CF40CE; }
span { border-color: rgb(207,64,206); }
td.TdClassName
{
border-color: #CF40CE;
}
.TagClassName
{
border-color: #CF40CE;
}
</style>