Shades of Fuchsia #CF46AD
Tints of Fuchsia #CF46AD
RGB
CMYK
RGB Variations
Color information
#CF46AD (or 0xCF46AD) is known color: Fuchsia. HEX triplet: CF, 46 and AD. RGB value is (207,70,173). Sum of RGB (Red+Green+Blue) = 207+70+173=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF46AD is #30B952. Grayscale: #7A7A7A. Windows color (decimal): -3193171 or 11355855. OLE color: 11355855.
HSL color Cylindrical-coordinate representation of color #CF46AD: hue angle of 314.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46AD is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 173 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.19 |
| HSL | 314.89º | 0.59% | 0.54% | - |
| HSV(B) | 314.89º | 0.66% | 0.81% | - |
| XYZ | 35.47 | 20.66 | 41.65 | - |
| YUV | 122.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 173 | 0 | 0.66 | 0.16 | 0.19 | 314.89 | 0.59 | 0.54 |
| Hex | CF | 46 | AD | 0 | 42 | 10 | 13 | 13B | 3B | 36 |
| Octal | 317 | 106 | 255 | 0 | 102 | 20 | 23 | 473 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10101101 | 0 | 1000010 | 10000 | 10011 | 100111011 | 111011 | 110110 |
Color Harmonies of #CF46AD
Complementary color
Monochromatic Colors of #CF46AD
Black with #CF46AD
Text Example
Text Example
White with #CF46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46AD; }
p { color: rgb(207,70,173); }
H1.HeaderClassName
{
color: #CF46AD;
}
.AnyTagClassName
{
color: #CF46AD;
}
</style>
background-color css
<style>
a { background-color: #CF46AD; }
a { background-color: rgb(207,70,173); }
div.DivClassName
{
background-color: #CF46AD;
}
.BgClassName
{
background-color: #CF46AD;
}
</style>
border-color css
<style>
span { border-color: #CF46AD; }
span { border-color: rgb(207,70,173); }
td.TdClassName
{
border-color: #CF46AD;
}
.TagClassName
{
border-color: #CF46AD;
}
</style>