Shades of Fuchsia #CF32B7
Tints of Fuchsia #CF32B7
RGB
CMYK
RGB Variations
Color information
#CF32B7 (or 0xCF32B7) is known color: Fuchsia. HEX triplet: CF, 32 and B7. RGB value is (207,50,183). Sum of RGB (Red+Green+Blue) = 207+50+183=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32B7 is #30CD48. Grayscale: #6F6F6F. Windows color (decimal): -3198281 or 12006095. OLE color: 12006095.
HSL color Cylindrical-coordinate representation of color #CF32B7: hue angle of 309.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32B7 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 183 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.19 |
| HSL | 309.17º | 0.62% | 0.5% | - |
| HSV(B) | 309.17º | 0.76% | 0.81% | - |
| XYZ | 35.42 | 18.97 | 46.59 | - |
| YUV | 112.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 183 | 0 | 0.76 | 0.12 | 0.19 | 309.17 | 0.62 | 0.5 |
| Hex | CF | 32 | B7 | 0 | 4C | C | 13 | 135 | 3E | 32 |
| Octal | 317 | 62 | 267 | 0 | 114 | 14 | 23 | 465 | 76 | 62 |
| Binary | 11001111 | 110010 | 10110111 | 0 | 1001100 | 1100 | 10011 | 100110101 | 111110 | 110010 |
Color Harmonies of #CF32B7
Complementary color
Monochromatic Colors of #CF32B7
Black with #CF32B7
Text Example
Text Example
White with #CF32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32B7; }
p { color: rgb(207,50,183); }
H1.HeaderClassName
{
color: #CF32B7;
}
.AnyTagClassName
{
color: #CF32B7;
}
</style>
background-color css
<style>
a { background-color: #CF32B7; }
a { background-color: rgb(207,50,183); }
div.DivClassName
{
background-color: #CF32B7;
}
.BgClassName
{
background-color: #CF32B7;
}
</style>
border-color css
<style>
span { border-color: #CF32B7; }
span { border-color: rgb(207,50,183); }
td.TdClassName
{
border-color: #CF32B7;
}
.TagClassName
{
border-color: #CF32B7;
}
</style>