Shades of Fuchsia #CF33CB
Tints of Fuchsia #CF33CB
RGB
CMYK
RGB Variations
Color information
#CF33CB (or 0xCF33CB) is known color: Fuchsia. HEX triplet: CF, 33 and CB. RGB value is (207,51,203). Sum of RGB (Red+Green+Blue) = 207+51+203=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33CB is #30CC34. Grayscale: #727272. Windows color (decimal): -3198005 or 13317071. OLE color: 13317071.
HSL color Cylindrical-coordinate representation of color #CF33CB: hue angle of 301.54º 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 #CF33CB is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 203 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.19 |
| HSL | 301.54º | 0.62% | 0.51% | - |
| HSV(B) | 301.54º | 0.75% | 0.81% | - |
| XYZ | 37.7 | 19.94 | 58.36 | - |
| YUV | 114.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 203 | 0 | 0.75 | 0.02 | 0.19 | 301.54 | 0.62 | 0.51 |
| Hex | CF | 33 | CB | 0 | 4B | 2 | 13 | 12E | 3E | 33 |
| Octal | 317 | 63 | 313 | 0 | 113 | 2 | 23 | 456 | 76 | 63 |
| Binary | 11001111 | 110011 | 11001011 | 0 | 1001011 | 10 | 10011 | 100101110 | 111110 | 110011 |
Color Harmonies of #CF33CB
Complementary color
Monochromatic Colors of #CF33CB
Black with #CF33CB
Text Example
Text Example
White with #CF33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33CB; }
p { color: rgb(207,51,203); }
H1.HeaderClassName
{
color: #CF33CB;
}
.AnyTagClassName
{
color: #CF33CB;
}
</style>
background-color css
<style>
a { background-color: #CF33CB; }
a { background-color: rgb(207,51,203); }
div.DivClassName
{
background-color: #CF33CB;
}
.BgClassName
{
background-color: #CF33CB;
}
</style>
border-color css
<style>
span { border-color: #CF33CB; }
span { border-color: rgb(207,51,203); }
td.TdClassName
{
border-color: #CF33CB;
}
.TagClassName
{
border-color: #CF33CB;
}
</style>