Shades of Fuchsia #CF45B7
Tints of Fuchsia #CF45B7
RGB
CMYK
RGB Variations
Color information
#CF45B7 (or 0xCF45B7) is known color: Fuchsia. HEX triplet: CF, 45 and B7. RGB value is (207,69,183). Sum of RGB (Red+Green+Blue) = 207+69+183=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45B7 is #30BA48. Grayscale: #7A7A7A. Windows color (decimal): -3193417 or 12010959. OLE color: 12010959.
HSL color Cylindrical-coordinate representation of color #CF45B7: hue angle of 310.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 #CF45B7 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 183 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.19 |
| HSL | 310.43º | 0.59% | 0.54% | - |
| HSV(B) | 310.43º | 0.67% | 0.81% | - |
| XYZ | 36.41 | 20.94 | 46.92 | - |
| YUV | 123.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 183 | 0 | 0.67 | 0.12 | 0.19 | 310.43 | 0.59 | 0.54 |
| Hex | CF | 45 | B7 | 0 | 43 | C | 13 | 136 | 3B | 36 |
| Octal | 317 | 105 | 267 | 0 | 103 | 14 | 23 | 466 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10110111 | 0 | 1000011 | 1100 | 10011 | 100110110 | 111011 | 110110 |
Color Harmonies of #CF45B7
Complementary color
Monochromatic Colors of #CF45B7
Black with #CF45B7
Text Example
Text Example
White with #CF45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45B7; }
p { color: rgb(207,69,183); }
H1.HeaderClassName
{
color: #CF45B7;
}
.AnyTagClassName
{
color: #CF45B7;
}
</style>
background-color css
<style>
a { background-color: #CF45B7; }
a { background-color: rgb(207,69,183); }
div.DivClassName
{
background-color: #CF45B7;
}
.BgClassName
{
background-color: #CF45B7;
}
</style>
border-color css
<style>
span { border-color: #CF45B7; }
span { border-color: rgb(207,69,183); }
td.TdClassName
{
border-color: #CF45B7;
}
.TagClassName
{
border-color: #CF45B7;
}
</style>