Shades of Fuchsia #CF64AF
Tints of Fuchsia #CF64AF
RGB
CMYK
RGB Variations
Color information
#CF64AF (or 0xCF64AF) is known color: Fuchsia. HEX triplet: CF, 64 and AF. RGB value is (207,100,175). Sum of RGB (Red+Green+Blue) = 207+100+175=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF64AF is #309B50. Grayscale: #8C8C8C. Windows color (decimal): -3185489 or 11494607. OLE color: 11494607.
HSL color Cylindrical-coordinate representation of color #CF64AF: hue angle of 317.94º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64AF is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 175 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.19 |
| HSL | 317.94º | 0.53% | 0.6% | - |
| HSV(B) | 317.94º | 0.52% | 0.81% | - |
| XYZ | 38.03 | 25.47 | 43.47 | - |
| YUV | 140.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 175 | 0 | 0.52 | 0.15 | 0.19 | 317.94 | 0.53 | 0.6 |
| Hex | CF | 64 | AF | 0 | 34 | F | 13 | 13E | 35 | 3C |
| Octal | 317 | 144 | 257 | 0 | 64 | 17 | 23 | 476 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10101111 | 0 | 110100 | 1111 | 10011 | 100111110 | 110101 | 111100 |
Color Harmonies of #CF64AF
Complementary color
Monochromatic Colors of #CF64AF
Black with #CF64AF
Text Example
Text Example
White with #CF64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64AF; }
p { color: rgb(207,100,175); }
H1.HeaderClassName
{
color: #CF64AF;
}
.AnyTagClassName
{
color: #CF64AF;
}
</style>
background-color css
<style>
a { background-color: #CF64AF; }
a { background-color: rgb(207,100,175); }
div.DivClassName
{
background-color: #CF64AF;
}
.BgClassName
{
background-color: #CF64AF;
}
</style>
border-color css
<style>
span { border-color: #CF64AF; }
span { border-color: rgb(207,100,175); }
td.TdClassName
{
border-color: #CF64AF;
}
.TagClassName
{
border-color: #CF64AF;
}
</style>