Shades of Fuchsia #CF2DCB
Tints of Fuchsia #CF2DCB
RGB
CMYK
RGB Variations
Color information
#CF2DCB (or 0xCF2DCB) is known color: Fuchsia. HEX triplet: CF, 2D and CB. RGB value is (207,45,203). Sum of RGB (Red+Green+Blue) = 207+45+203=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DCB is #30D234. Grayscale: #6E6E6E. Windows color (decimal): -3199541 or 13315535. OLE color: 13315535.
HSL color Cylindrical-coordinate representation of color #CF2DCB: hue angle of 301.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DCB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 203 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.19 |
| HSL | 301.48º | 0.64% | 0.49% | - |
| HSV(B) | 301.48º | 0.78% | 0.81% | - |
| XYZ | 37.45 | 19.45 | 58.28 | - |
| YUV | 111.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 203 | 0 | 0.78 | 0.02 | 0.19 | 301.48 | 0.64 | 0.49 |
| Hex | CF | 2D | CB | 0 | 4E | 2 | 13 | 12D | 40 | 31 |
| Octal | 317 | 55 | 313 | 0 | 116 | 2 | 23 | 455 | 100 | 61 |
| Binary | 11001111 | 101101 | 11001011 | 0 | 1001110 | 10 | 10011 | 100101101 | 1000000 | 110001 |
Color Harmonies of #CF2DCB
Complementary color
Monochromatic Colors of #CF2DCB
Black with #CF2DCB
Text Example
Text Example
White with #CF2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DCB; }
p { color: rgb(207,45,203); }
H1.HeaderClassName
{
color: #CF2DCB;
}
.AnyTagClassName
{
color: #CF2DCB;
}
</style>
background-color css
<style>
a { background-color: #CF2DCB; }
a { background-color: rgb(207,45,203); }
div.DivClassName
{
background-color: #CF2DCB;
}
.BgClassName
{
background-color: #CF2DCB;
}
</style>
border-color css
<style>
span { border-color: #CF2DCB; }
span { border-color: rgb(207,45,203); }
td.TdClassName
{
border-color: #CF2DCB;
}
.TagClassName
{
border-color: #CF2DCB;
}
</style>