Shades of Fuchsia #CF50BF
Tints of Fuchsia #CF50BF
RGB
CMYK
RGB Variations
Color information
#CF50BF (or 0xCF50BF) is known color: Fuchsia. HEX triplet: CF, 50 and BF. RGB value is (207,80,191). Sum of RGB (Red+Green+Blue) = 207+80+191=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50BF is #30AF40. Grayscale: #828282. Windows color (decimal): -3190593 or 12538063. OLE color: 12538063.
HSL color Cylindrical-coordinate representation of color #CF50BF: hue angle of 307.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50BF is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 191 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.19 |
| HSL | 307.56º | 0.57% | 0.56% | - |
| HSV(B) | 307.56º | 0.61% | 0.81% | - |
| XYZ | 38 | 22.76 | 51.68 | - |
| YUV | 130.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 191 | 0 | 0.61 | 0.08 | 0.19 | 307.56 | 0.57 | 0.56 |
| Hex | CF | 50 | BF | 0 | 3D | 8 | 13 | 134 | 39 | 38 |
| Octal | 317 | 120 | 277 | 0 | 75 | 10 | 23 | 464 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10111111 | 0 | 111101 | 1000 | 10011 | 100110100 | 111001 | 111000 |
Color Harmonies of #CF50BF
Complementary color
Monochromatic Colors of #CF50BF
Black with #CF50BF
Text Example
Text Example
White with #CF50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50BF; }
p { color: rgb(207,80,191); }
H1.HeaderClassName
{
color: #CF50BF;
}
.AnyTagClassName
{
color: #CF50BF;
}
</style>
background-color css
<style>
a { background-color: #CF50BF; }
a { background-color: rgb(207,80,191); }
div.DivClassName
{
background-color: #CF50BF;
}
.BgClassName
{
background-color: #CF50BF;
}
</style>
border-color css
<style>
span { border-color: #CF50BF; }
span { border-color: rgb(207,80,191); }
td.TdClassName
{
border-color: #CF50BF;
}
.TagClassName
{
border-color: #CF50BF;
}
</style>