Shades of Fuchsia #CF32D0
Tints of Fuchsia #CF32D0
RGB
CMYK
RGB Variations
Color information
#CF32D0 (or 0xCF32D0) is known color: Fuchsia. HEX triplet: CF, 32 and D0. RGB value is (207,50,208). Sum of RGB (Red+Green+Blue) = 207+50+208=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32D0 is #30CD2F. Grayscale: #727272. Windows color (decimal): -3198256 or 13644495. OLE color: 13644495.
HSL color Cylindrical-coordinate representation of color #CF32D0: hue angle of 299.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32D0 is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 50 | 208 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.18 |
| HSL | 299.62º | 0.63% | 0.51% | - |
| HSV(B) | 299.62º | 0.76% | 0.82% | - |
| XYZ | 38.26 | 20.1 | 61.54 | - |
| YUV | 114.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 208 | 0.00 | 0.76 | 0 | 0.18 | 299.62 | 0.63 | 0.51 |
| Hex | CF | 32 | D0 | 0 | 4C | 0 | 12 | 12C | 3F | 33 |
| Octal | 317 | 62 | 320 | 0 | 114 | 0 | 22 | 454 | 77 | 63 |
| Binary | 11001111 | 110010 | 11010000 | 0 | 1001100 | 0 | 10010 | 100101100 | 111111 | 110011 |
Color Harmonies of #CF32D0
Complementary color
Monochromatic Colors of #CF32D0
Black with #CF32D0
Text Example
Text Example
White with #CF32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32D0; }
p { color: rgb(207,50,208); }
H1.HeaderClassName
{
color: #CF32D0;
}
.AnyTagClassName
{
color: #CF32D0;
}
</style>
background-color css
<style>
a { background-color: #CF32D0; }
a { background-color: rgb(207,50,208); }
div.DivClassName
{
background-color: #CF32D0;
}
.BgClassName
{
background-color: #CF32D0;
}
</style>
border-color css
<style>
span { border-color: #CF32D0; }
span { border-color: rgb(207,50,208); }
td.TdClassName
{
border-color: #CF32D0;
}
.TagClassName
{
border-color: #CF32D0;
}
</style>