Shades of Fuchsia #CF33BC
Tints of Fuchsia #CF33BC
RGB
CMYK
RGB Variations
Color information
#CF33BC (or 0xCF33BC) is known color: Fuchsia. HEX triplet: CF, 33 and BC. RGB value is (207,51,188). Sum of RGB (Red+Green+Blue) = 207+51+188=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33BC is #30CC43. Grayscale: #707070. Windows color (decimal): -3198020 or 12334031. OLE color: 12334031.
HSL color Cylindrical-coordinate representation of color #CF33BC: hue angle of 307.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33BC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 188 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.19 |
| HSL | 307.31º | 0.62% | 0.51% | - |
| HSV(B) | 307.31º | 0.75% | 0.81% | - |
| XYZ | 35.99 | 19.26 | 49.4 | - |
| YUV | 113.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 188 | 0 | 0.75 | 0.09 | 0.19 | 307.31 | 0.62 | 0.51 |
| Hex | CF | 33 | BC | 0 | 4B | 9 | 13 | 133 | 3E | 33 |
| Octal | 317 | 63 | 274 | 0 | 113 | 11 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110011 | 10111100 | 0 | 1001011 | 1001 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF33BC
Complementary color
Monochromatic Colors of #CF33BC
Black with #CF33BC
Text Example
Text Example
White with #CF33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33BC; }
p { color: rgb(207,51,188); }
H1.HeaderClassName
{
color: #CF33BC;
}
.AnyTagClassName
{
color: #CF33BC;
}
</style>
background-color css
<style>
a { background-color: #CF33BC; }
a { background-color: rgb(207,51,188); }
div.DivClassName
{
background-color: #CF33BC;
}
.BgClassName
{
background-color: #CF33BC;
}
</style>
border-color css
<style>
span { border-color: #CF33BC; }
span { border-color: rgb(207,51,188); }
td.TdClassName
{
border-color: #CF33BC;
}
.TagClassName
{
border-color: #CF33BC;
}
</style>