Shades of Fuchsia #CF55AF
Tints of Fuchsia #CF55AF
RGB
CMYK
RGB Variations
Color information
#CF55AF (or 0xCF55AF) is known color: Fuchsia. HEX triplet: CF, 55 and AF. RGB value is (207,85,175). Sum of RGB (Red+Green+Blue) = 207+85+175=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF55AF is #30AA50. Grayscale: #838383. Windows color (decimal): -3189329 or 11490767. OLE color: 11490767.
HSL color Cylindrical-coordinate representation of color #CF55AF: hue angle of 315.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF55AF is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 175 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.19 |
| HSL | 315.74º | 0.56% | 0.57% | - |
| HSV(B) | 315.74º | 0.59% | 0.81% | - |
| XYZ | 36.72 | 22.86 | 43.03 | - |
| YUV | 131.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 175 | 0 | 0.59 | 0.15 | 0.19 | 315.74 | 0.56 | 0.57 |
| Hex | CF | 55 | AF | 0 | 3B | F | 13 | 13C | 38 | 39 |
| Octal | 317 | 125 | 257 | 0 | 73 | 17 | 23 | 474 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10101111 | 0 | 111011 | 1111 | 10011 | 100111100 | 111000 | 111001 |
Color Harmonies of #CF55AF
Complementary color
Monochromatic Colors of #CF55AF
Black with #CF55AF
Text Example
Text Example
White with #CF55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55AF; }
p { color: rgb(207,85,175); }
H1.HeaderClassName
{
color: #CF55AF;
}
.AnyTagClassName
{
color: #CF55AF;
}
</style>
background-color css
<style>
a { background-color: #CF55AF; }
a { background-color: rgb(207,85,175); }
div.DivClassName
{
background-color: #CF55AF;
}
.BgClassName
{
background-color: #CF55AF;
}
</style>
border-color css
<style>
span { border-color: #CF55AF; }
span { border-color: rgb(207,85,175); }
td.TdClassName
{
border-color: #CF55AF;
}
.TagClassName
{
border-color: #CF55AF;
}
</style>