Shades of Fuchsia #CF43BD
Tints of Fuchsia #CF43BD
RGB
CMYK
RGB Variations
Color information
#CF43BD (or 0xCF43BD) is known color: Fuchsia. HEX triplet: CF, 43 and BD. RGB value is (207,67,189). Sum of RGB (Red+Green+Blue) = 207+67+189=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43BD is #30BC42. Grayscale: #7A7A7A. Windows color (decimal): -3193923 or 12403663. OLE color: 12403663.
HSL color Cylindrical-coordinate representation of color #CF43BD: hue angle of 307.71º 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 #CF43BD is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 189 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.19 |
| HSL | 307.71º | 0.59% | 0.54% | - |
| HSV(B) | 307.71º | 0.68% | 0.81% | - |
| XYZ | 36.92 | 20.95 | 50.24 | - |
| YUV | 122.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 189 | 0 | 0.68 | 0.09 | 0.19 | 307.71 | 0.59 | 0.54 |
| Hex | CF | 43 | BD | 0 | 44 | 9 | 13 | 134 | 3B | 36 |
| Octal | 317 | 103 | 275 | 0 | 104 | 11 | 23 | 464 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10111101 | 0 | 1000100 | 1001 | 10011 | 100110100 | 111011 | 110110 |
Color Harmonies of #CF43BD
Complementary color
Monochromatic Colors of #CF43BD
Black with #CF43BD
Text Example
Text Example
White with #CF43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43BD; }
p { color: rgb(207,67,189); }
H1.HeaderClassName
{
color: #CF43BD;
}
.AnyTagClassName
{
color: #CF43BD;
}
</style>
background-color css
<style>
a { background-color: #CF43BD; }
a { background-color: rgb(207,67,189); }
div.DivClassName
{
background-color: #CF43BD;
}
.BgClassName
{
background-color: #CF43BD;
}
</style>
border-color css
<style>
span { border-color: #CF43BD; }
span { border-color: rgb(207,67,189); }
td.TdClassName
{
border-color: #CF43BD;
}
.TagClassName
{
border-color: #CF43BD;
}
</style>