Shades of Fuchsia #CF33CC
Tints of Fuchsia #CF33CC
RGB
CMYK
RGB Variations
Color information
#CF33CC (or 0xCF33CC) is known color: Fuchsia. HEX triplet: CF, 33 and CC. RGB value is (207,51,204). Sum of RGB (Red+Green+Blue) = 207+51+204=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33CC is #30CC33. Grayscale: #727272. Windows color (decimal): -3198004 or 13382607. OLE color: 13382607.
HSL color Cylindrical-coordinate representation of color #CF33CC: hue angle of 301.15º 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 #CF33CC is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 204 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.19 |
| HSL | 301.15º | 0.62% | 0.51% | - |
| HSV(B) | 301.15º | 0.75% | 0.81% | - |
| XYZ | 37.82 | 19.99 | 58.99 | - |
| YUV | 115.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 204 | 0 | 0.75 | 0.01 | 0.19 | 301.15 | 0.62 | 0.51 |
| Hex | CF | 33 | CC | 0 | 4B | 1 | 13 | 12D | 3E | 33 |
| Octal | 317 | 63 | 314 | 0 | 113 | 1 | 23 | 455 | 76 | 63 |
| Binary | 11001111 | 110011 | 11001100 | 0 | 1001011 | 1 | 10011 | 100101101 | 111110 | 110011 |
Color Harmonies of #CF33CC
Complementary color
Monochromatic Colors of #CF33CC
Black with #CF33CC
Text Example
Text Example
White with #CF33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33CC; }
p { color: rgb(207,51,204); }
H1.HeaderClassName
{
color: #CF33CC;
}
.AnyTagClassName
{
color: #CF33CC;
}
</style>
background-color css
<style>
a { background-color: #CF33CC; }
a { background-color: rgb(207,51,204); }
div.DivClassName
{
background-color: #CF33CC;
}
.BgClassName
{
background-color: #CF33CC;
}
</style>
border-color css
<style>
span { border-color: #CF33CC; }
span { border-color: rgb(207,51,204); }
td.TdClassName
{
border-color: #CF33CC;
}
.TagClassName
{
border-color: #CF33CC;
}
</style>