Shades of Fuchsia #CF64B5
Tints of Fuchsia #CF64B5
RGB
CMYK
RGB Variations
Color information
#CF64B5 (or 0xCF64B5) is known color: Fuchsia. HEX triplet: CF, 64 and B5. RGB value is (207,100,181). Sum of RGB (Red+Green+Blue) = 207+100+181=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64B5 is #309B4A. Grayscale: #8D8D8D. Windows color (decimal): -3185483 or 11887823. OLE color: 11887823.
HSL color Cylindrical-coordinate representation of color #CF64B5: hue angle of 314.58º 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 #CF64B5 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 181 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.19 |
| HSL | 314.58º | 0.53% | 0.6% | - |
| HSV(B) | 314.58º | 0.52% | 0.81% | - |
| XYZ | 38.63 | 25.72 | 46.64 | - |
| YUV | 141.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 181 | 0 | 0.52 | 0.13 | 0.19 | 314.58 | 0.53 | 0.6 |
| Hex | CF | 64 | B5 | 0 | 34 | D | 13 | 13B | 35 | 3C |
| Octal | 317 | 144 | 265 | 0 | 64 | 15 | 23 | 473 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10110101 | 0 | 110100 | 1101 | 10011 | 100111011 | 110101 | 111100 |
Color Harmonies of #CF64B5
Complementary color
Monochromatic Colors of #CF64B5
Black with #CF64B5
Text Example
Text Example
White with #CF64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64B5; }
p { color: rgb(207,100,181); }
H1.HeaderClassName
{
color: #CF64B5;
}
.AnyTagClassName
{
color: #CF64B5;
}
</style>
background-color css
<style>
a { background-color: #CF64B5; }
a { background-color: rgb(207,100,181); }
div.DivClassName
{
background-color: #CF64B5;
}
.BgClassName
{
background-color: #CF64B5;
}
</style>
border-color css
<style>
span { border-color: #CF64B5; }
span { border-color: rgb(207,100,181); }
td.TdClassName
{
border-color: #CF64B5;
}
.TagClassName
{
border-color: #CF64B5;
}
</style>