Shades of Fuchsia #CF44B8
Tints of Fuchsia #CF44B8
RGB
CMYK
RGB Variations
Color information
#CF44B8 (or 0xCF44B8) is known color: Fuchsia. HEX triplet: CF, 44 and B8. RGB value is (207,68,184). Sum of RGB (Red+Green+Blue) = 207+68+184=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44B8 is #30BB47. Grayscale: #7A7A7A. Windows color (decimal): -3193672 or 12076239. OLE color: 12076239.
HSL color Cylindrical-coordinate representation of color #CF44B8: hue angle of 309.93º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44B8 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 184 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.19 |
| HSL | 309.93º | 0.59% | 0.54% | - |
| HSV(B) | 309.93º | 0.67% | 0.81% | - |
| XYZ | 36.45 | 20.86 | 47.45 | - |
| YUV | 122.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 184 | 0 | 0.67 | 0.11 | 0.19 | 309.93 | 0.59 | 0.54 |
| Hex | CF | 44 | B8 | 0 | 43 | B | 13 | 136 | 3B | 36 |
| Octal | 317 | 104 | 270 | 0 | 103 | 13 | 23 | 466 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10111000 | 0 | 1000011 | 1011 | 10011 | 100110110 | 111011 | 110110 |
Color Harmonies of #CF44B8
Complementary color
Monochromatic Colors of #CF44B8
Black with #CF44B8
Text Example
Text Example
White with #CF44B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44B8; }
p { color: rgb(207,68,184); }
H1.HeaderClassName
{
color: #CF44B8;
}
.AnyTagClassName
{
color: #CF44B8;
}
</style>
background-color css
<style>
a { background-color: #CF44B8; }
a { background-color: rgb(207,68,184); }
div.DivClassName
{
background-color: #CF44B8;
}
.BgClassName
{
background-color: #CF44B8;
}
</style>
border-color css
<style>
span { border-color: #CF44B8; }
span { border-color: rgb(207,68,184); }
td.TdClassName
{
border-color: #CF44B8;
}
.TagClassName
{
border-color: #CF44B8;
}
</style>