Shades of Fuchsia #CF46BC
Tints of Fuchsia #CF46BC
RGB
CMYK
RGB Variations
Color information
#CF46BC (or 0xCF46BC) is known color: Fuchsia. HEX triplet: CF, 46 and BC. RGB value is (207,70,188). Sum of RGB (Red+Green+Blue) = 207+70+188=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46BC is #30B943. Grayscale: #7C7C7C. Windows color (decimal): -3193156 or 12338895. OLE color: 12338895.
HSL color Cylindrical-coordinate representation of color #CF46BC: hue angle of 308.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46BC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 188 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.19 |
| HSL | 308.32º | 0.59% | 0.54% | - |
| HSV(B) | 308.32º | 0.66% | 0.81% | - |
| XYZ | 37 | 21.28 | 49.73 | - |
| YUV | 124.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 188 | 0 | 0.66 | 0.09 | 0.19 | 308.32 | 0.59 | 0.54 |
| Hex | CF | 46 | BC | 0 | 42 | 9 | 13 | 134 | 3B | 36 |
| Octal | 317 | 106 | 274 | 0 | 102 | 11 | 23 | 464 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10111100 | 0 | 1000010 | 1001 | 10011 | 100110100 | 111011 | 110110 |
Color Harmonies of #CF46BC
Complementary color
Monochromatic Colors of #CF46BC
Black with #CF46BC
Text Example
Text Example
White with #CF46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46BC; }
p { color: rgb(207,70,188); }
H1.HeaderClassName
{
color: #CF46BC;
}
.AnyTagClassName
{
color: #CF46BC;
}
</style>
background-color css
<style>
a { background-color: #CF46BC; }
a { background-color: rgb(207,70,188); }
div.DivClassName
{
background-color: #CF46BC;
}
.BgClassName
{
background-color: #CF46BC;
}
</style>
border-color css
<style>
span { border-color: #CF46BC; }
span { border-color: rgb(207,70,188); }
td.TdClassName
{
border-color: #CF46BC;
}
.TagClassName
{
border-color: #CF46BC;
}
</style>