Shades of Fuchsia #CF43BA
Tints of Fuchsia #CF43BA
RGB
CMYK
RGB Variations
Color information
#CF43BA (or 0xCF43BA) is known color: Fuchsia. HEX triplet: CF, 43 and BA. RGB value is (207,67,186). Sum of RGB (Red+Green+Blue) = 207+67+186=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43BA is #30BC45. Grayscale: #7A7A7A. Windows color (decimal): -3193926 or 12207055. OLE color: 12207055.
HSL color Cylindrical-coordinate representation of color #CF43BA: hue angle of 309º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF43BA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 186 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.19 |
| HSL | 309º | 0.59% | 0.54% | - |
| HSV(B) | 309º | 0.68% | 0.81% | - |
| XYZ | 36.6 | 20.82 | 48.54 | - |
| YUV | 122.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 186 | 0 | 0.68 | 0.10 | 0.19 | 309 | 0.59 | 0.54 |
| Hex | CF | 43 | BA | 0 | 44 | A | 13 | 135 | 3B | 36 |
| Octal | 317 | 103 | 272 | 0 | 104 | 12 | 23 | 465 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10111010 | 0 | 1000100 | 1010 | 10011 | 100110101 | 111011 | 110110 |
Color Harmonies of #CF43BA
Complementary color
Monochromatic Colors of #CF43BA
Black with #CF43BA
Text Example
Text Example
White with #CF43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43BA; }
p { color: rgb(207,67,186); }
H1.HeaderClassName
{
color: #CF43BA;
}
.AnyTagClassName
{
color: #CF43BA;
}
</style>
background-color css
<style>
a { background-color: #CF43BA; }
a { background-color: rgb(207,67,186); }
div.DivClassName
{
background-color: #CF43BA;
}
.BgClassName
{
background-color: #CF43BA;
}
</style>
border-color css
<style>
span { border-color: #CF43BA; }
span { border-color: rgb(207,67,186); }
td.TdClassName
{
border-color: #CF43BA;
}
.TagClassName
{
border-color: #CF43BA;
}
</style>