Shades of Fuchsia #CF4BBC
Tints of Fuchsia #CF4BBC
RGB
CMYK
RGB Variations
Color information
#CF4BBC (or 0xCF4BBC) is known color: Fuchsia. HEX triplet: CF, 4B and BC. RGB value is (207,75,188). Sum of RGB (Red+Green+Blue) = 207+75+188=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BBC is #30B443. Grayscale: #7F7F7F. Windows color (decimal): -3191876 or 12340175. OLE color: 12340175.
HSL color Cylindrical-coordinate representation of color #CF4BBC: hue angle of 308.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BBC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 188 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.19 |
| HSL | 308.64º | 0.58% | 0.55% | - |
| HSV(B) | 308.64º | 0.64% | 0.81% | - |
| XYZ | 37.33 | 21.93 | 49.84 | - |
| YUV | 127.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 188 | 0 | 0.64 | 0.09 | 0.19 | 308.64 | 0.58 | 0.55 |
| Hex | CF | 4B | BC | 0 | 40 | 9 | 13 | 135 | 3A | 37 |
| Octal | 317 | 113 | 274 | 0 | 100 | 11 | 23 | 465 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10111100 | 0 | 1000000 | 1001 | 10011 | 100110101 | 111010 | 110111 |
Color Harmonies of #CF4BBC
Complementary color
Monochromatic Colors of #CF4BBC
Black with #CF4BBC
Text Example
Text Example
White with #CF4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BBC; }
p { color: rgb(207,75,188); }
H1.HeaderClassName
{
color: #CF4BBC;
}
.AnyTagClassName
{
color: #CF4BBC;
}
</style>
background-color css
<style>
a { background-color: #CF4BBC; }
a { background-color: rgb(207,75,188); }
div.DivClassName
{
background-color: #CF4BBC;
}
.BgClassName
{
background-color: #CF4BBC;
}
</style>
border-color css
<style>
span { border-color: #CF4BBC; }
span { border-color: rgb(207,75,188); }
td.TdClassName
{
border-color: #CF4BBC;
}
.TagClassName
{
border-color: #CF4BBC;
}
</style>