Shades of Fuchsia #CF3FCC
Tints of Fuchsia #CF3FCC
RGB
CMYK
RGB Variations
Color information
#CF3FCC (or 0xCF3FCC) is known color: Fuchsia. HEX triplet: CF, 3F and CC. RGB value is (207,63,204). Sum of RGB (Red+Green+Blue) = 207+63+204=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FCC is #30C033. Grayscale: #797979. Windows color (decimal): -3194932 or 13385679. OLE color: 13385679.
HSL color Cylindrical-coordinate representation of color #CF3FCC: hue angle of 301.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FCC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 204 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.19 |
| HSL | 301.25º | 0.6% | 0.53% | - |
| HSV(B) | 301.25º | 0.7% | 0.81% | - |
| XYZ | 38.41 | 21.18 | 59.19 | - |
| YUV | 122.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 204 | 0 | 0.70 | 0.01 | 0.19 | 301.25 | 0.6 | 0.53 |
| Hex | CF | 3F | CC | 0 | 46 | 1 | 13 | 12D | 3C | 35 |
| Octal | 317 | 77 | 314 | 0 | 106 | 1 | 23 | 455 | 74 | 65 |
| Binary | 11001111 | 111111 | 11001100 | 0 | 1000110 | 1 | 10011 | 100101101 | 111100 | 110101 |
Color Harmonies of #CF3FCC
Complementary color
Monochromatic Colors of #CF3FCC
Black with #CF3FCC
Text Example
Text Example
White with #CF3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FCC; }
p { color: rgb(207,63,204); }
H1.HeaderClassName
{
color: #CF3FCC;
}
.AnyTagClassName
{
color: #CF3FCC;
}
</style>
background-color css
<style>
a { background-color: #CF3FCC; }
a { background-color: rgb(207,63,204); }
div.DivClassName
{
background-color: #CF3FCC;
}
.BgClassName
{
background-color: #CF3FCC;
}
</style>
border-color css
<style>
span { border-color: #CF3FCC; }
span { border-color: rgb(207,63,204); }
td.TdClassName
{
border-color: #CF3FCC;
}
.TagClassName
{
border-color: #CF3FCC;
}
</style>