Shades of Fuchsia #CF4BBA
Tints of Fuchsia #CF4BBA
RGB
CMYK
RGB Variations
Color information
#CF4BBA (or 0xCF4BBA) is known color: Fuchsia. HEX triplet: CF, 4B and BA. RGB value is (207,75,186). Sum of RGB (Red+Green+Blue) = 207+75+186=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BBA is #30B445. Grayscale: #7E7E7E. Windows color (decimal): -3191878 or 12209103. OLE color: 12209103.
HSL color Cylindrical-coordinate representation of color #CF4BBA: hue angle of 309.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BBA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 186 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.19 |
| HSL | 309.55º | 0.58% | 0.55% | - |
| HSV(B) | 309.55º | 0.64% | 0.81% | - |
| XYZ | 37.11 | 21.84 | 48.71 | - |
| YUV | 127.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 186 | 0 | 0.64 | 0.10 | 0.19 | 309.55 | 0.58 | 0.55 |
| Hex | CF | 4B | BA | 0 | 40 | A | 13 | 136 | 3A | 37 |
| Octal | 317 | 113 | 272 | 0 | 100 | 12 | 23 | 466 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10111010 | 0 | 1000000 | 1010 | 10011 | 100110110 | 111010 | 110111 |
Color Harmonies of #CF4BBA
Complementary color
Monochromatic Colors of #CF4BBA
Black with #CF4BBA
Text Example
Text Example
White with #CF4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BBA; }
p { color: rgb(207,75,186); }
H1.HeaderClassName
{
color: #CF4BBA;
}
.AnyTagClassName
{
color: #CF4BBA;
}
</style>
background-color css
<style>
a { background-color: #CF4BBA; }
a { background-color: rgb(207,75,186); }
div.DivClassName
{
background-color: #CF4BBA;
}
.BgClassName
{
background-color: #CF4BBA;
}
</style>
border-color css
<style>
span { border-color: #CF4BBA; }
span { border-color: rgb(207,75,186); }
td.TdClassName
{
border-color: #CF4BBA;
}
.TagClassName
{
border-color: #CF4BBA;
}
</style>