Shades of Fuchsia #CF45CE
Tints of Fuchsia #CF45CE
RGB
CMYK
RGB Variations
Color information
#CF45CE (or 0xCF45CE) is known color: Fuchsia. HEX triplet: CF, 45 and CE. RGB value is (207,69,206). Sum of RGB (Red+Green+Blue) = 207+69+206=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45CE is #30BA31. Grayscale: #7D7D7D. Windows color (decimal): -3193394 or 13518287. OLE color: 13518287.
HSL color Cylindrical-coordinate representation of color #CF45CE: hue angle of 300.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF45CE is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 206 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.19 |
| HSL | 300.43º | 0.59% | 0.54% | - |
| HSV(B) | 300.43º | 0.67% | 0.81% | - |
| XYZ | 39 | 21.98 | 60.58 | - |
| YUV | 125.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 206 | 0 | 0.67 | 0.00 | 0.19 | 300.43 | 0.59 | 0.54 |
| Hex | CF | 45 | CE | 0 | 43 | 0 | 13 | 12C | 3B | 36 |
| Octal | 317 | 105 | 316 | 0 | 103 | 0 | 23 | 454 | 73 | 66 |
| Binary | 11001111 | 1000101 | 11001110 | 0 | 1000011 | 0 | 10011 | 100101100 | 111011 | 110110 |
Color Harmonies of #CF45CE
Complementary color
Monochromatic Colors of #CF45CE
Black with #CF45CE
Text Example
Text Example
White with #CF45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45CE; }
p { color: rgb(207,69,206); }
H1.HeaderClassName
{
color: #CF45CE;
}
.AnyTagClassName
{
color: #CF45CE;
}
</style>
background-color css
<style>
a { background-color: #CF45CE; }
a { background-color: rgb(207,69,206); }
div.DivClassName
{
background-color: #CF45CE;
}
.BgClassName
{
background-color: #CF45CE;
}
</style>
border-color css
<style>
span { border-color: #CF45CE; }
span { border-color: rgb(207,69,206); }
td.TdClassName
{
border-color: #CF45CE;
}
.TagClassName
{
border-color: #CF45CE;
}
</style>