Shades of Fuchsia #CF32BD
Tints of Fuchsia #CF32BD
RGB
CMYK
RGB Variations
Color information
#CF32BD (or 0xCF32BD) is known color: Fuchsia. HEX triplet: CF, 32 and BD. RGB value is (207,50,189). Sum of RGB (Red+Green+Blue) = 207+50+189=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32BD is #30CD42. Grayscale: #707070. Windows color (decimal): -3198275 or 12399311. OLE color: 12399311.
HSL color Cylindrical-coordinate representation of color #CF32BD: hue angle of 306.88º 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 #CF32BD is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 189 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 306.88º | 0.62% | 0.5% | - |
| HSV(B) | 306.88º | 0.76% | 0.81% | - |
| XYZ | 36.06 | 19.22 | 49.95 | - |
| YUV | 112.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 189 | 0 | 0.76 | 0.09 | 0.19 | 306.88 | 0.62 | 0.5 |
| Hex | CF | 32 | BD | 0 | 4C | 9 | 13 | 133 | 3E | 32 |
| Octal | 317 | 62 | 275 | 0 | 114 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001111 | 110010 | 10111101 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CF32BD
Complementary color
Monochromatic Colors of #CF32BD
Black with #CF32BD
Text Example
Text Example
White with #CF32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32BD; }
p { color: rgb(207,50,189); }
H1.HeaderClassName
{
color: #CF32BD;
}
.AnyTagClassName
{
color: #CF32BD;
}
</style>
background-color css
<style>
a { background-color: #CF32BD; }
a { background-color: rgb(207,50,189); }
div.DivClassName
{
background-color: #CF32BD;
}
.BgClassName
{
background-color: #CF32BD;
}
</style>
border-color css
<style>
span { border-color: #CF32BD; }
span { border-color: rgb(207,50,189); }
td.TdClassName
{
border-color: #CF32BD;
}
.TagClassName
{
border-color: #CF32BD;
}
</style>