Shades of Fuchsia #CF33D0
Tints of Fuchsia #CF33D0
RGB
CMYK
RGB Variations
Color information
#CF33D0 (or 0xCF33D0) is known color: Fuchsia. HEX triplet: CF, 33 and D0. RGB value is (207,51,208). Sum of RGB (Red+Green+Blue) = 207+51+208=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33D0 is #30CC2F. Grayscale: #737373. Windows color (decimal): -3198000 or 13644751. OLE color: 13644751.
HSL color Cylindrical-coordinate representation of color #CF33D0: hue angle of 299.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33D0 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 51 | 208 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.18 |
| HSL | 299.62º | 0.63% | 0.51% | - |
| HSV(B) | 299.62º | 0.75% | 0.82% | - |
| XYZ | 38.3 | 20.19 | 61.55 | - |
| YUV | 115.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 208 | 0.00 | 0.75 | 0 | 0.18 | 299.62 | 0.63 | 0.51 |
| Hex | CF | 33 | D0 | 0 | 4B | 0 | 12 | 12C | 3F | 33 |
| Octal | 317 | 63 | 320 | 0 | 113 | 0 | 22 | 454 | 77 | 63 |
| Binary | 11001111 | 110011 | 11010000 | 0 | 1001011 | 0 | 10010 | 100101100 | 111111 | 110011 |
Color Harmonies of #CF33D0
Complementary color
Monochromatic Colors of #CF33D0
Black with #CF33D0
Text Example
Text Example
White with #CF33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33D0; }
p { color: rgb(207,51,208); }
H1.HeaderClassName
{
color: #CF33D0;
}
.AnyTagClassName
{
color: #CF33D0;
}
</style>
background-color css
<style>
a { background-color: #CF33D0; }
a { background-color: rgb(207,51,208); }
div.DivClassName
{
background-color: #CF33D0;
}
.BgClassName
{
background-color: #CF33D0;
}
</style>
border-color css
<style>
span { border-color: #CF33D0; }
span { border-color: rgb(207,51,208); }
td.TdClassName
{
border-color: #CF33D0;
}
.TagClassName
{
border-color: #CF33D0;
}
</style>