Shades of Fuchsia #CF2CBE
Tints of Fuchsia #CF2CBE
RGB
CMYK
RGB Variations
Color information
#CF2CBE (or 0xCF2CBE) is known color: Fuchsia. HEX triplet: CF, 2C and BE. RGB value is (207,44,190). Sum of RGB (Red+Green+Blue) = 207+44+190=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CBE is #30D341. Grayscale: #6C6C6C. Windows color (decimal): -3199810 or 12463311. OLE color: 12463311.
HSL color Cylindrical-coordinate representation of color #CF2CBE: hue angle of 306.26º 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 #CF2CBE is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 190 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.19 |
| HSL | 306.26º | 0.65% | 0.49% | - |
| HSV(B) | 306.26º | 0.79% | 0.81% | - |
| XYZ | 35.93 | 18.78 | 50.45 | - |
| YUV | 109.38 | 173.5 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 190 | 0 | 0.79 | 0.08 | 0.19 | 306.26 | 0.65 | 0.49 |
| Hex | CF | 2C | BE | 0 | 4F | 8 | 13 | 132 | 41 | 31 |
| Octal | 317 | 54 | 276 | 0 | 117 | 10 | 23 | 462 | 101 | 61 |
| Binary | 11001111 | 101100 | 10111110 | 0 | 1001111 | 1000 | 10011 | 100110010 | 1000001 | 110001 |
Color Harmonies of #CF2CBE
Complementary color
Monochromatic Colors of #CF2CBE
Black with #CF2CBE
Text Example
Text Example
White with #CF2CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CBE; }
p { color: rgb(207,44,190); }
H1.HeaderClassName
{
color: #CF2CBE;
}
.AnyTagClassName
{
color: #CF2CBE;
}
</style>
background-color css
<style>
a { background-color: #CF2CBE; }
a { background-color: rgb(207,44,190); }
div.DivClassName
{
background-color: #CF2CBE;
}
.BgClassName
{
background-color: #CF2CBE;
}
</style>
border-color css
<style>
span { border-color: #CF2CBE; }
span { border-color: rgb(207,44,190); }
td.TdClassName
{
border-color: #CF2CBE;
}
.TagClassName
{
border-color: #CF2CBE;
}
</style>