Shades of Fuchsia #CF5ABA
Tints of Fuchsia #CF5ABA
RGB
CMYK
RGB Variations
Color information
#CF5ABA (or 0xCF5ABA) is known color: Fuchsia. HEX triplet: CF, 5A and BA. RGB value is (207,90,186). Sum of RGB (Red+Green+Blue) = 207+90+186=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ABA is #30A545. Grayscale: #878787. Windows color (decimal): -3188038 or 12212943. OLE color: 12212943.
HSL color Cylindrical-coordinate representation of color #CF5ABA: hue angle of 310.77º 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 #CF5ABA is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 186 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.19 |
| HSL | 310.77º | 0.55% | 0.58% | - |
| HSV(B) | 310.77º | 0.57% | 0.81% | - |
| XYZ | 38.25 | 24.12 | 49.09 | - |
| YUV | 135.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 186 | 0 | 0.57 | 0.10 | 0.19 | 310.77 | 0.55 | 0.58 |
| Hex | CF | 5A | BA | 0 | 39 | A | 13 | 137 | 37 | 3A |
| Octal | 317 | 132 | 272 | 0 | 71 | 12 | 23 | 467 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10111010 | 0 | 111001 | 1010 | 10011 | 100110111 | 110111 | 111010 |
Color Harmonies of #CF5ABA
Complementary color
Monochromatic Colors of #CF5ABA
Black with #CF5ABA
Text Example
Text Example
White with #CF5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ABA; }
p { color: rgb(207,90,186); }
H1.HeaderClassName
{
color: #CF5ABA;
}
.AnyTagClassName
{
color: #CF5ABA;
}
</style>
background-color css
<style>
a { background-color: #CF5ABA; }
a { background-color: rgb(207,90,186); }
div.DivClassName
{
background-color: #CF5ABA;
}
.BgClassName
{
background-color: #CF5ABA;
}
</style>
border-color css
<style>
span { border-color: #CF5ABA; }
span { border-color: rgb(207,90,186); }
td.TdClassName
{
border-color: #CF5ABA;
}
.TagClassName
{
border-color: #CF5ABA;
}
</style>