Shades of Fuchsia #CF5ABC
Tints of Fuchsia #CF5ABC
RGB
CMYK
RGB Variations
Color information
#CF5ABC (or 0xCF5ABC) is known color: Fuchsia. HEX triplet: CF, 5A and BC. RGB value is (207,90,188). Sum of RGB (Red+Green+Blue) = 207+90+188=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ABC is #30A543. Grayscale: #878787. Windows color (decimal): -3188036 or 12344015. OLE color: 12344015.
HSL color Cylindrical-coordinate representation of color #CF5ABC: hue angle of 309.74º 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 #CF5ABC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 188 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.19 |
| HSL | 309.74º | 0.55% | 0.58% | - |
| HSV(B) | 309.74º | 0.57% | 0.81% | - |
| XYZ | 38.47 | 24.21 | 50.22 | - |
| YUV | 136.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 188 | 0 | 0.57 | 0.09 | 0.19 | 309.74 | 0.55 | 0.58 |
| Hex | CF | 5A | BC | 0 | 39 | 9 | 13 | 136 | 37 | 3A |
| Octal | 317 | 132 | 274 | 0 | 71 | 11 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10111100 | 0 | 111001 | 1001 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF5ABC
Complementary color
Monochromatic Colors of #CF5ABC
Black with #CF5ABC
Text Example
Text Example
White with #CF5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ABC; }
p { color: rgb(207,90,188); }
H1.HeaderClassName
{
color: #CF5ABC;
}
.AnyTagClassName
{
color: #CF5ABC;
}
</style>
background-color css
<style>
a { background-color: #CF5ABC; }
a { background-color: rgb(207,90,188); }
div.DivClassName
{
background-color: #CF5ABC;
}
.BgClassName
{
background-color: #CF5ABC;
}
</style>
border-color css
<style>
span { border-color: #CF5ABC; }
span { border-color: rgb(207,90,188); }
td.TdClassName
{
border-color: #CF5ABC;
}
.TagClassName
{
border-color: #CF5ABC;
}
</style>