Shades of Fuchsia #CF40AF
Tints of Fuchsia #CF40AF
RGB
CMYK
RGB Variations
Color information
#CF40AF (or 0xCF40AF) is known color: Fuchsia. HEX triplet: CF, 40 and AF. RGB value is (207,64,175). Sum of RGB (Red+Green+Blue) = 207+64+175=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40AF is #30BF50. Grayscale: #777777. Windows color (decimal): -3194705 or 11485391. OLE color: 11485391.
HSL color Cylindrical-coordinate representation of color #CF40AF: hue angle of 313.43º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40AF is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 175 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.19 |
| HSL | 313.43º | 0.6% | 0.53% | - |
| HSV(B) | 313.43º | 0.69% | 0.81% | - |
| XYZ | 35.3 | 20.03 | 42.56 | - |
| YUV | 119.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 175 | 0 | 0.69 | 0.15 | 0.19 | 313.43 | 0.6 | 0.53 |
| Hex | CF | 40 | AF | 0 | 45 | F | 13 | 139 | 3C | 35 |
| Octal | 317 | 100 | 257 | 0 | 105 | 17 | 23 | 471 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10101111 | 0 | 1000101 | 1111 | 10011 | 100111001 | 111100 | 110101 |
Color Harmonies of #CF40AF
Complementary color
Monochromatic Colors of #CF40AF
Black with #CF40AF
Text Example
Text Example
White with #CF40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40AF; }
p { color: rgb(207,64,175); }
H1.HeaderClassName
{
color: #CF40AF;
}
.AnyTagClassName
{
color: #CF40AF;
}
</style>
background-color css
<style>
a { background-color: #CF40AF; }
a { background-color: rgb(207,64,175); }
div.DivClassName
{
background-color: #CF40AF;
}
.BgClassName
{
background-color: #CF40AF;
}
</style>
border-color css
<style>
span { border-color: #CF40AF; }
span { border-color: rgb(207,64,175); }
td.TdClassName
{
border-color: #CF40AF;
}
.TagClassName
{
border-color: #CF40AF;
}
</style>