Shades of Fuchsia #CF5AAC
Tints of Fuchsia #CF5AAC
RGB
CMYK
RGB Variations
Color information
#CF5AAC (or 0xCF5AAC) is known color: Fuchsia. HEX triplet: CF, 5A and AC. RGB value is (207,90,172). Sum of RGB (Red+Green+Blue) = 207+90+172=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AAC is #30A553. Grayscale: #868686. Windows color (decimal): -3188052 or 11295439. OLE color: 11295439.
HSL color Cylindrical-coordinate representation of color #CF5AAC: hue angle of 317.95º 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 #CF5AAC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 172 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.19 |
| HSL | 317.95º | 0.55% | 0.58% | - |
| HSV(B) | 317.95º | 0.57% | 0.81% | - |
| XYZ | 36.83 | 23.56 | 41.64 | - |
| YUV | 134.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 172 | 0 | 0.57 | 0.17 | 0.19 | 317.95 | 0.55 | 0.58 |
| Hex | CF | 5A | AC | 0 | 39 | 11 | 13 | 13E | 37 | 3A |
| Octal | 317 | 132 | 254 | 0 | 71 | 21 | 23 | 476 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10101100 | 0 | 111001 | 10001 | 10011 | 100111110 | 110111 | 111010 |
Color Harmonies of #CF5AAC
Complementary color
Monochromatic Colors of #CF5AAC
Black with #CF5AAC
Text Example
Text Example
White with #CF5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AAC; }
p { color: rgb(207,90,172); }
H1.HeaderClassName
{
color: #CF5AAC;
}
.AnyTagClassName
{
color: #CF5AAC;
}
</style>
background-color css
<style>
a { background-color: #CF5AAC; }
a { background-color: rgb(207,90,172); }
div.DivClassName
{
background-color: #CF5AAC;
}
.BgClassName
{
background-color: #CF5AAC;
}
</style>
border-color css
<style>
span { border-color: #CF5AAC; }
span { border-color: rgb(207,90,172); }
td.TdClassName
{
border-color: #CF5AAC;
}
.TagClassName
{
border-color: #CF5AAC;
}
</style>