Shades of Fuchsia #CF45AD
Tints of Fuchsia #CF45AD
RGB
CMYK
RGB Variations
Color information
#CF45AD (or 0xCF45AD) is known color: Fuchsia. HEX triplet: CF, 45 and AD. RGB value is (207,69,173). Sum of RGB (Red+Green+Blue) = 207+69+173=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF45AD is #30BA52. Grayscale: #797979. Windows color (decimal): -3193427 or 11355599. OLE color: 11355599.
HSL color Cylindrical-coordinate representation of color #CF45AD: hue angle of 314.78º 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 #CF45AD is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 173 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.19 |
| HSL | 314.78º | 0.59% | 0.54% | - |
| HSV(B) | 314.78º | 0.67% | 0.81% | - |
| XYZ | 35.4 | 20.54 | 41.63 | - |
| YUV | 122.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 173 | 0 | 0.67 | 0.16 | 0.19 | 314.78 | 0.59 | 0.54 |
| Hex | CF | 45 | AD | 0 | 43 | 10 | 13 | 13B | 3B | 36 |
| Octal | 317 | 105 | 255 | 0 | 103 | 20 | 23 | 473 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10101101 | 0 | 1000011 | 10000 | 10011 | 100111011 | 111011 | 110110 |
Color Harmonies of #CF45AD
Complementary color
Monochromatic Colors of #CF45AD
Black with #CF45AD
Text Example
Text Example
White with #CF45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45AD; }
p { color: rgb(207,69,173); }
H1.HeaderClassName
{
color: #CF45AD;
}
.AnyTagClassName
{
color: #CF45AD;
}
</style>
background-color css
<style>
a { background-color: #CF45AD; }
a { background-color: rgb(207,69,173); }
div.DivClassName
{
background-color: #CF45AD;
}
.BgClassName
{
background-color: #CF45AD;
}
</style>
border-color css
<style>
span { border-color: #CF45AD; }
span { border-color: rgb(207,69,173); }
td.TdClassName
{
border-color: #CF45AD;
}
.TagClassName
{
border-color: #CF45AD;
}
</style>