Shades of Fuchsia #CF55CB
Tints of Fuchsia #CF55CB
RGB
CMYK
RGB Variations
Color information
#CF55CB (or 0xCF55CB) is known color: Fuchsia. HEX triplet: CF, 55 and CB. RGB value is (207,85,203). Sum of RGB (Red+Green+Blue) = 207+85+203=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55CB is #30AA34. Grayscale: #868686. Windows color (decimal): -3189301 or 13325775. OLE color: 13325775.
HSL color Cylindrical-coordinate representation of color #CF55CB: hue angle of 301.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF55CB is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 203 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.19 |
| HSL | 301.97º | 0.56% | 0.57% | - |
| HSV(B) | 301.97º | 0.59% | 0.81% | - |
| XYZ | 39.76 | 24.07 | 59.05 | - |
| YUV | 134.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 203 | 0 | 0.59 | 0.02 | 0.19 | 301.97 | 0.56 | 0.57 |
| Hex | CF | 55 | CB | 0 | 3B | 2 | 13 | 12E | 38 | 39 |
| Octal | 317 | 125 | 313 | 0 | 73 | 2 | 23 | 456 | 70 | 71 |
| Binary | 11001111 | 1010101 | 11001011 | 0 | 111011 | 10 | 10011 | 100101110 | 111000 | 111001 |
Color Harmonies of #CF55CB
Complementary color
Monochromatic Colors of #CF55CB
Black with #CF55CB
Text Example
Text Example
White with #CF55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55CB; }
p { color: rgb(207,85,203); }
H1.HeaderClassName
{
color: #CF55CB;
}
.AnyTagClassName
{
color: #CF55CB;
}
</style>
background-color css
<style>
a { background-color: #CF55CB; }
a { background-color: rgb(207,85,203); }
div.DivClassName
{
background-color: #CF55CB;
}
.BgClassName
{
background-color: #CF55CB;
}
</style>
border-color css
<style>
span { border-color: #CF55CB; }
span { border-color: rgb(207,85,203); }
td.TdClassName
{
border-color: #CF55CB;
}
.TagClassName
{
border-color: #CF55CB;
}
</style>