Shades of Fuchsia #CF55C1
Tints of Fuchsia #CF55C1
RGB
CMYK
RGB Variations
Color information
#CF55C1 (or 0xCF55C1) is known color: Fuchsia. HEX triplet: CF, 55 and C1. RGB value is (207,85,193). Sum of RGB (Red+Green+Blue) = 207+85+193=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55C1 is #30AA3E. Grayscale: #858585. Windows color (decimal): -3189311 or 12670415. OLE color: 12670415.
HSL color Cylindrical-coordinate representation of color #CF55C1: hue angle of 306.89º 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 #CF55C1 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 193 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.19 |
| HSL | 306.89º | 0.56% | 0.57% | - |
| HSV(B) | 306.89º | 0.59% | 0.81% | - |
| XYZ | 38.61 | 23.61 | 52.98 | - |
| YUV | 133.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 193 | 0 | 0.59 | 0.07 | 0.19 | 306.89 | 0.56 | 0.57 |
| Hex | CF | 55 | C1 | 0 | 3B | 7 | 13 | 133 | 38 | 39 |
| Octal | 317 | 125 | 301 | 0 | 73 | 7 | 23 | 463 | 70 | 71 |
| Binary | 11001111 | 1010101 | 11000001 | 0 | 111011 | 111 | 10011 | 100110011 | 111000 | 111001 |
Color Harmonies of #CF55C1
Complementary color
Monochromatic Colors of #CF55C1
Black with #CF55C1
Text Example
Text Example
White with #CF55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55C1; }
p { color: rgb(207,85,193); }
H1.HeaderClassName
{
color: #CF55C1;
}
.AnyTagClassName
{
color: #CF55C1;
}
</style>
background-color css
<style>
a { background-color: #CF55C1; }
a { background-color: rgb(207,85,193); }
div.DivClassName
{
background-color: #CF55C1;
}
.BgClassName
{
background-color: #CF55C1;
}
</style>
border-color css
<style>
span { border-color: #CF55C1; }
span { border-color: rgb(207,85,193); }
td.TdClassName
{
border-color: #CF55C1;
}
.TagClassName
{
border-color: #CF55C1;
}
</style>