Shades of Fuchsia #CF32BE
Tints of Fuchsia #CF32BE
RGB
CMYK
RGB Variations
Color information
#CF32BE (or 0xCF32BE) is known color: Fuchsia. HEX triplet: CF, 32 and BE. RGB value is (207,50,190). Sum of RGB (Red+Green+Blue) = 207+50+190=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32BE is #30CD41. Grayscale: #707070. Windows color (decimal): -3198274 or 12464847. OLE color: 12464847.
HSL color Cylindrical-coordinate representation of color #CF32BE: hue angle of 306.5º 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 #CF32BE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 190 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.19 |
| HSL | 306.5º | 0.62% | 0.5% | - |
| HSV(B) | 306.5º | 0.76% | 0.81% | - |
| XYZ | 36.17 | 19.26 | 50.53 | - |
| YUV | 112.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 190 | 0 | 0.76 | 0.08 | 0.19 | 306.5 | 0.62 | 0.5 |
| Hex | CF | 32 | BE | 0 | 4C | 8 | 13 | 132 | 3E | 32 |
| Octal | 317 | 62 | 276 | 0 | 114 | 10 | 23 | 462 | 76 | 62 |
| Binary | 11001111 | 110010 | 10111110 | 0 | 1001100 | 1000 | 10011 | 100110010 | 111110 | 110010 |
Color Harmonies of #CF32BE
Complementary color
Monochromatic Colors of #CF32BE
Black with #CF32BE
Text Example
Text Example
White with #CF32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32BE; }
p { color: rgb(207,50,190); }
H1.HeaderClassName
{
color: #CF32BE;
}
.AnyTagClassName
{
color: #CF32BE;
}
</style>
background-color css
<style>
a { background-color: #CF32BE; }
a { background-color: rgb(207,50,190); }
div.DivClassName
{
background-color: #CF32BE;
}
.BgClassName
{
background-color: #CF32BE;
}
</style>
border-color css
<style>
span { border-color: #CF32BE; }
span { border-color: rgb(207,50,190); }
td.TdClassName
{
border-color: #CF32BE;
}
.TagClassName
{
border-color: #CF32BE;
}
</style>