Shades of Fuchsia #CF5ACF
Tints of Fuchsia #CF5ACF
RGB
CMYK
RGB Variations
Color information
#CF5ACF (or 0xCF5ACF) is known color: Fuchsia. HEX triplet: CF, 5A and CF. RGB value is (207,90,207). Sum of RGB (Red+Green+Blue) = 207+90+207=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACF is #30A530. Grayscale: #898989. Windows color (decimal): -3188017 or 13589199. OLE color: 13589199.
HSL color Cylindrical-coordinate representation of color #CF5ACF: hue angle of 300º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ACF is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 207 | - |
| CMYK | 0 | 0.57 | 0 | 0.19 |
| HSL | 300º | 0.55% | 0.58% | - |
| HSV(B) | 300º | 0.57% | 0.81% | - |
| XYZ | 40.65 | 25.08 | 61.73 | - |
| YUV | 138.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 207 | 0 | 0.57 | 0 | 0.19 | 300 | 0.55 | 0.58 |
| Hex | CF | 5A | CF | 0 | 39 | 0 | 13 | 12C | 37 | 3A |
| Octal | 317 | 132 | 317 | 0 | 71 | 0 | 23 | 454 | 67 | 72 |
| Binary | 11001111 | 1011010 | 11001111 | 0 | 111001 | 0 | 10011 | 100101100 | 110111 | 111010 |
Color Harmonies of #CF5ACF
Complementary color
Monochromatic Colors of #CF5ACF
Black with #CF5ACF
Text Example
Text Example
White with #CF5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ACF; }
p { color: rgb(207,90,207); }
H1.HeaderClassName
{
color: #CF5ACF;
}
.AnyTagClassName
{
color: #CF5ACF;
}
</style>
background-color css
<style>
a { background-color: #CF5ACF; }
a { background-color: rgb(207,90,207); }
div.DivClassName
{
background-color: #CF5ACF;
}
.BgClassName
{
background-color: #CF5ACF;
}
</style>
border-color css
<style>
span { border-color: #CF5ACF; }
span { border-color: rgb(207,90,207); }
td.TdClassName
{
border-color: #CF5ACF;
}
.TagClassName
{
border-color: #CF5ACF;
}
</style>