Shades of Fuchsia #CF45BC
Tints of Fuchsia #CF45BC
RGB
CMYK
RGB Variations
Color information
#CF45BC (or 0xCF45BC) is known color: Fuchsia. HEX triplet: CF, 45 and BC. RGB value is (207,69,188). Sum of RGB (Red+Green+Blue) = 207+69+188=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45BC is #30BA43. Grayscale: #7B7B7B. Windows color (decimal): -3193412 or 12338639. OLE color: 12338639.
HSL color Cylindrical-coordinate representation of color #CF45BC: hue angle of 308.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF45BC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 188 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.19 |
| HSL | 308.26º | 0.59% | 0.54% | - |
| HSV(B) | 308.26º | 0.67% | 0.81% | - |
| XYZ | 36.94 | 21.15 | 49.71 | - |
| YUV | 123.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 188 | 0 | 0.67 | 0.09 | 0.19 | 308.26 | 0.59 | 0.54 |
| Hex | CF | 45 | BC | 0 | 43 | 9 | 13 | 134 | 3B | 36 |
| Octal | 317 | 105 | 274 | 0 | 103 | 11 | 23 | 464 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10111100 | 0 | 1000011 | 1001 | 10011 | 100110100 | 111011 | 110110 |
Color Harmonies of #CF45BC
Complementary color
Monochromatic Colors of #CF45BC
Black with #CF45BC
Text Example
Text Example
White with #CF45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45BC; }
p { color: rgb(207,69,188); }
H1.HeaderClassName
{
color: #CF45BC;
}
.AnyTagClassName
{
color: #CF45BC;
}
</style>
background-color css
<style>
a { background-color: #CF45BC; }
a { background-color: rgb(207,69,188); }
div.DivClassName
{
background-color: #CF45BC;
}
.BgClassName
{
background-color: #CF45BC;
}
</style>
border-color css
<style>
span { border-color: #CF45BC; }
span { border-color: rgb(207,69,188); }
td.TdClassName
{
border-color: #CF45BC;
}
.TagClassName
{
border-color: #CF45BC;
}
</style>