Shades of Fuchsia #CF33C1
Tints of Fuchsia #CF33C1
RGB
CMYK
RGB Variations
Color information
#CF33C1 (or 0xCF33C1) is known color: Fuchsia. HEX triplet: CF, 33 and C1. RGB value is (207,51,193). Sum of RGB (Red+Green+Blue) = 207+51+193=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33C1 is #30CC3E. Grayscale: #717171. Windows color (decimal): -3198015 or 12661711. OLE color: 12661711.
HSL color Cylindrical-coordinate representation of color #CF33C1: hue angle of 305.38º 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 #CF33C1 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 193 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.19 |
| HSL | 305.38º | 0.62% | 0.51% | - |
| HSV(B) | 305.38º | 0.75% | 0.81% | - |
| XYZ | 36.54 | 19.48 | 52.29 | - |
| YUV | 113.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 193 | 0 | 0.75 | 0.07 | 0.19 | 305.38 | 0.62 | 0.51 |
| Hex | CF | 33 | C1 | 0 | 4B | 7 | 13 | 131 | 3E | 33 |
| Octal | 317 | 63 | 301 | 0 | 113 | 7 | 23 | 461 | 76 | 63 |
| Binary | 11001111 | 110011 | 11000001 | 0 | 1001011 | 111 | 10011 | 100110001 | 111110 | 110011 |
Color Harmonies of #CF33C1
Complementary color
Monochromatic Colors of #CF33C1
Black with #CF33C1
Text Example
Text Example
White with #CF33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33C1; }
p { color: rgb(207,51,193); }
H1.HeaderClassName
{
color: #CF33C1;
}
.AnyTagClassName
{
color: #CF33C1;
}
</style>
background-color css
<style>
a { background-color: #CF33C1; }
a { background-color: rgb(207,51,193); }
div.DivClassName
{
background-color: #CF33C1;
}
.BgClassName
{
background-color: #CF33C1;
}
</style>
border-color css
<style>
span { border-color: #CF33C1; }
span { border-color: rgb(207,51,193); }
td.TdClassName
{
border-color: #CF33C1;
}
.TagClassName
{
border-color: #CF33C1;
}
</style>