Shades of Fuchsia #CF5BCB
Tints of Fuchsia #CF5BCB
RGB
CMYK
RGB Variations
Color information
#CF5BCB (or 0xCF5BCB) is known color: Fuchsia. HEX triplet: CF, 5B and CB. RGB value is (207,91,203). Sum of RGB (Red+Green+Blue) = 207+91+203=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BCB is #30A434. Grayscale: #8A8A8A. Windows color (decimal): -3187765 or 13327311. OLE color: 13327311.
HSL color Cylindrical-coordinate representation of color #CF5BCB: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BCB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 203 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.19 |
| HSL | 302.07º | 0.55% | 0.58% | - |
| HSV(B) | 302.07º | 0.56% | 0.81% | - |
| XYZ | 40.25 | 25.06 | 59.22 | - |
| YUV | 138.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 203 | 0 | 0.56 | 0.02 | 0.19 | 302.07 | 0.55 | 0.58 |
| Hex | CF | 5B | CB | 0 | 38 | 2 | 13 | 12E | 37 | 3A |
| Octal | 317 | 133 | 313 | 0 | 70 | 2 | 23 | 456 | 67 | 72 |
| Binary | 11001111 | 1011011 | 11001011 | 0 | 111000 | 10 | 10011 | 100101110 | 110111 | 111010 |
Color Harmonies of #CF5BCB
Complementary color
Monochromatic Colors of #CF5BCB
Black with #CF5BCB
Text Example
Text Example
White with #CF5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BCB; }
p { color: rgb(207,91,203); }
H1.HeaderClassName
{
color: #CF5BCB;
}
.AnyTagClassName
{
color: #CF5BCB;
}
</style>
background-color css
<style>
a { background-color: #CF5BCB; }
a { background-color: rgb(207,91,203); }
div.DivClassName
{
background-color: #CF5BCB;
}
.BgClassName
{
background-color: #CF5BCB;
}
</style>
border-color css
<style>
span { border-color: #CF5BCB; }
span { border-color: rgb(207,91,203); }
td.TdClassName
{
border-color: #CF5BCB;
}
.TagClassName
{
border-color: #CF5BCB;
}
</style>