Shades of Fuchsia #CF2BBE
Tints of Fuchsia #CF2BBE
RGB
CMYK
RGB Variations
Color information
#CF2BBE (or 0xCF2BBE) is known color: Fuchsia. HEX triplet: CF, 2B and BE. RGB value is (207,43,190). Sum of RGB (Red+Green+Blue) = 207+43+190=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BBE is #30D441. Grayscale: #6C6C6C. Windows color (decimal): -3200066 or 12463055. OLE color: 12463055.
HSL color Cylindrical-coordinate representation of color #CF2BBE: hue angle of 306.22º degrees, saturation: 0.66, 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 #CF2BBE is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 190 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.19 |
| HSL | 306.22º | 0.66% | 0.49% | - |
| HSV(B) | 306.22º | 0.79% | 0.81% | - |
| XYZ | 35.89 | 18.71 | 50.44 | - |
| YUV | 108.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 190 | 0 | 0.79 | 0.08 | 0.19 | 306.22 | 0.66 | 0.49 |
| Hex | CF | 2B | BE | 0 | 4F | 8 | 13 | 132 | 42 | 31 |
| Octal | 317 | 53 | 276 | 0 | 117 | 10 | 23 | 462 | 102 | 61 |
| Binary | 11001111 | 101011 | 10111110 | 0 | 1001111 | 1000 | 10011 | 100110010 | 1000010 | 110001 |
Color Harmonies of #CF2BBE
Complementary color
Monochromatic Colors of #CF2BBE
Black with #CF2BBE
Text Example
Text Example
White with #CF2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BBE; }
p { color: rgb(207,43,190); }
H1.HeaderClassName
{
color: #CF2BBE;
}
.AnyTagClassName
{
color: #CF2BBE;
}
</style>
background-color css
<style>
a { background-color: #CF2BBE; }
a { background-color: rgb(207,43,190); }
div.DivClassName
{
background-color: #CF2BBE;
}
.BgClassName
{
background-color: #CF2BBE;
}
</style>
border-color css
<style>
span { border-color: #CF2BBE; }
span { border-color: rgb(207,43,190); }
td.TdClassName
{
border-color: #CF2BBE;
}
.TagClassName
{
border-color: #CF2BBE;
}
</style>