Shades of Fuchsia #CF32CC
Tints of Fuchsia #CF32CC
RGB
CMYK
RGB Variations
Color information
#CF32CC (or 0xCF32CC) is known color: Fuchsia. HEX triplet: CF, 32 and CC. RGB value is (207,50,204). Sum of RGB (Red+Green+Blue) = 207+50+204=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32CC is #30CD33. Grayscale: #727272. Windows color (decimal): -3198260 or 13382351. OLE color: 13382351.
HSL color Cylindrical-coordinate representation of color #CF32CC: hue angle of 301.15º 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 #CF32CC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 204 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.19 |
| HSL | 301.15º | 0.62% | 0.5% | - |
| HSV(B) | 301.15º | 0.76% | 0.81% | - |
| XYZ | 37.77 | 19.91 | 58.98 | - |
| YUV | 114.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 204 | 0 | 0.76 | 0.01 | 0.19 | 301.15 | 0.62 | 0.5 |
| Hex | CF | 32 | CC | 0 | 4C | 1 | 13 | 12D | 3E | 32 |
| Octal | 317 | 62 | 314 | 0 | 114 | 1 | 23 | 455 | 76 | 62 |
| Binary | 11001111 | 110010 | 11001100 | 0 | 1001100 | 1 | 10011 | 100101101 | 111110 | 110010 |
Color Harmonies of #CF32CC
Complementary color
Monochromatic Colors of #CF32CC
Black with #CF32CC
Text Example
Text Example
White with #CF32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32CC; }
p { color: rgb(207,50,204); }
H1.HeaderClassName
{
color: #CF32CC;
}
.AnyTagClassName
{
color: #CF32CC;
}
</style>
background-color css
<style>
a { background-color: #CF32CC; }
a { background-color: rgb(207,50,204); }
div.DivClassName
{
background-color: #CF32CC;
}
.BgClassName
{
background-color: #CF32CC;
}
</style>
border-color css
<style>
span { border-color: #CF32CC; }
span { border-color: rgb(207,50,204); }
td.TdClassName
{
border-color: #CF32CC;
}
.TagClassName
{
border-color: #CF32CC;
}
</style>