Shades of Fuchsia #CF2CCB
Tints of Fuchsia #CF2CCB
RGB
CMYK
RGB Variations
Color information
#CF2CCB (or 0xCF2CCB) is known color: Fuchsia. HEX triplet: CF, 2C and CB. RGB value is (207,44,203). Sum of RGB (Red+Green+Blue) = 207+44+203=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CCB is #30D334. Grayscale: #6E6E6E. Windows color (decimal): -3199797 or 13315279. OLE color: 13315279.
HSL color Cylindrical-coordinate representation of color #CF2CCB: hue angle of 301.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CCB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 203 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.19 |
| HSL | 301.47º | 0.65% | 0.49% | - |
| HSV(B) | 301.47º | 0.79% | 0.81% | - |
| XYZ | 37.41 | 19.38 | 58.27 | - |
| YUV | 110.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 203 | 0 | 0.79 | 0.02 | 0.19 | 301.47 | 0.65 | 0.49 |
| Hex | CF | 2C | CB | 0 | 4F | 2 | 13 | 12D | 41 | 31 |
| Octal | 317 | 54 | 313 | 0 | 117 | 2 | 23 | 455 | 101 | 61 |
| Binary | 11001111 | 101100 | 11001011 | 0 | 1001111 | 10 | 10011 | 100101101 | 1000001 | 110001 |
Color Harmonies of #CF2CCB
Complementary color
Monochromatic Colors of #CF2CCB
Black with #CF2CCB
Text Example
Text Example
White with #CF2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CCB; }
p { color: rgb(207,44,203); }
H1.HeaderClassName
{
color: #CF2CCB;
}
.AnyTagClassName
{
color: #CF2CCB;
}
</style>
background-color css
<style>
a { background-color: #CF2CCB; }
a { background-color: rgb(207,44,203); }
div.DivClassName
{
background-color: #CF2CCB;
}
.BgClassName
{
background-color: #CF2CCB;
}
</style>
border-color css
<style>
span { border-color: #CF2CCB; }
span { border-color: rgb(207,44,203); }
td.TdClassName
{
border-color: #CF2CCB;
}
.TagClassName
{
border-color: #CF2CCB;
}
</style>