Shades of Fuchsia #CF4BCB
Tints of Fuchsia #CF4BCB
RGB
CMYK
RGB Variations
Color information
#CF4BCB (or 0xCF4BCB) is known color: Fuchsia. HEX triplet: CF, 4B and CB. RGB value is (207,75,203). Sum of RGB (Red+Green+Blue) = 207+75+203=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BCB is #30B434. Grayscale: #808080. Windows color (decimal): -3191861 or 13323215. OLE color: 13323215.
HSL color Cylindrical-coordinate representation of color #CF4BCB: hue angle of 301.82º 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 #CF4BCB is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 203 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.19 |
| HSL | 301.82º | 0.58% | 0.55% | - |
| HSV(B) | 301.82º | 0.64% | 0.81% | - |
| XYZ | 39.03 | 22.61 | 58.81 | - |
| YUV | 129.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 203 | 0 | 0.64 | 0.02 | 0.19 | 301.82 | 0.58 | 0.55 |
| Hex | CF | 4B | CB | 0 | 40 | 2 | 13 | 12E | 3A | 37 |
| Octal | 317 | 113 | 313 | 0 | 100 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001111 | 1001011 | 11001011 | 0 | 1000000 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CF4BCB
Complementary color
Monochromatic Colors of #CF4BCB
Black with #CF4BCB
Text Example
Text Example
White with #CF4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BCB; }
p { color: rgb(207,75,203); }
H1.HeaderClassName
{
color: #CF4BCB;
}
.AnyTagClassName
{
color: #CF4BCB;
}
</style>
background-color css
<style>
a { background-color: #CF4BCB; }
a { background-color: rgb(207,75,203); }
div.DivClassName
{
background-color: #CF4BCB;
}
.BgClassName
{
background-color: #CF4BCB;
}
</style>
border-color css
<style>
span { border-color: #CF4BCB; }
span { border-color: rgb(207,75,203); }
td.TdClassName
{
border-color: #CF4BCB;
}
.TagClassName
{
border-color: #CF4BCB;
}
</style>