Shades of Fuchsia #CF33BD
Tints of Fuchsia #CF33BD
RGB
CMYK
RGB Variations
Color information
#CF33BD (or 0xCF33BD) is known color: Fuchsia. HEX triplet: CF, 33 and BD. RGB value is (207,51,189). Sum of RGB (Red+Green+Blue) = 207+51+189=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33BD is #30CC42. Grayscale: #707070. Windows color (decimal): -3198019 or 12399567. OLE color: 12399567.
HSL color Cylindrical-coordinate representation of color #CF33BD: hue angle of 306.92º 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 #CF33BD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 189 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.19 |
| HSL | 306.92º | 0.62% | 0.51% | - |
| HSV(B) | 306.92º | 0.75% | 0.81% | - |
| XYZ | 36.1 | 19.31 | 49.97 | - |
| YUV | 113.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 189 | 0 | 0.75 | 0.09 | 0.19 | 306.92 | 0.62 | 0.51 |
| Hex | CF | 33 | BD | 0 | 4B | 9 | 13 | 133 | 3E | 33 |
| Octal | 317 | 63 | 275 | 0 | 113 | 11 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110011 | 10111101 | 0 | 1001011 | 1001 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF33BD
Complementary color
Monochromatic Colors of #CF33BD
Black with #CF33BD
Text Example
Text Example
White with #CF33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33BD; }
p { color: rgb(207,51,189); }
H1.HeaderClassName
{
color: #CF33BD;
}
.AnyTagClassName
{
color: #CF33BD;
}
</style>
background-color css
<style>
a { background-color: #CF33BD; }
a { background-color: rgb(207,51,189); }
div.DivClassName
{
background-color: #CF33BD;
}
.BgClassName
{
background-color: #CF33BD;
}
</style>
border-color css
<style>
span { border-color: #CF33BD; }
span { border-color: rgb(207,51,189); }
td.TdClassName
{
border-color: #CF33BD;
}
.TagClassName
{
border-color: #CF33BD;
}
</style>