Shades of Fuchsia #CF33BE
Tints of Fuchsia #CF33BE
RGB
CMYK
RGB Variations
Color information
#CF33BE (or 0xCF33BE) is known color: Fuchsia. HEX triplet: CF, 33 and BE. RGB value is (207,51,190). Sum of RGB (Red+Green+Blue) = 207+51+190=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33BE is #30CC41. Grayscale: #717171. Windows color (decimal): -3198018 or 12465103. OLE color: 12465103.
HSL color Cylindrical-coordinate representation of color #CF33BE: hue angle of 306.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 #CF33BE is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 190 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.19 |
| HSL | 306.54º | 0.62% | 0.51% | - |
| HSV(B) | 306.54º | 0.75% | 0.81% | - |
| XYZ | 36.21 | 19.35 | 50.54 | - |
| YUV | 113.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 190 | 0 | 0.75 | 0.08 | 0.19 | 306.54 | 0.62 | 0.51 |
| Hex | CF | 33 | BE | 0 | 4B | 8 | 13 | 133 | 3E | 33 |
| Octal | 317 | 63 | 276 | 0 | 113 | 10 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110011 | 10111110 | 0 | 1001011 | 1000 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF33BE
Complementary color
Monochromatic Colors of #CF33BE
Black with #CF33BE
Text Example
Text Example
White with #CF33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33BE; }
p { color: rgb(207,51,190); }
H1.HeaderClassName
{
color: #CF33BE;
}
.AnyTagClassName
{
color: #CF33BE;
}
</style>
background-color css
<style>
a { background-color: #CF33BE; }
a { background-color: rgb(207,51,190); }
div.DivClassName
{
background-color: #CF33BE;
}
.BgClassName
{
background-color: #CF33BE;
}
</style>
border-color css
<style>
span { border-color: #CF33BE; }
span { border-color: rgb(207,51,190); }
td.TdClassName
{
border-color: #CF33BE;
}
.TagClassName
{
border-color: #CF33BE;
}
</style>