Shades of Fuchsia #CF55CC
Tints of Fuchsia #CF55CC
RGB
CMYK
RGB Variations
Color information
#CF55CC (or 0xCF55CC) is known color: Fuchsia. HEX triplet: CF, 55 and CC. RGB value is (207,85,204). Sum of RGB (Red+Green+Blue) = 207+85+204=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55CC is #30AA33. Grayscale: #868686. Windows color (decimal): -3189300 or 13391311. OLE color: 13391311.
HSL color Cylindrical-coordinate representation of color #CF55CC: hue angle of 301.48º 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 #CF55CC is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 204 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.19 |
| HSL | 301.48º | 0.56% | 0.57% | - |
| HSV(B) | 301.48º | 0.59% | 0.81% | - |
| XYZ | 39.88 | 24.12 | 59.68 | - |
| YUV | 135.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 204 | 0 | 0.59 | 0.01 | 0.19 | 301.48 | 0.56 | 0.57 |
| Hex | CF | 55 | CC | 0 | 3B | 1 | 13 | 12D | 38 | 39 |
| Octal | 317 | 125 | 314 | 0 | 73 | 1 | 23 | 455 | 70 | 71 |
| Binary | 11001111 | 1010101 | 11001100 | 0 | 111011 | 1 | 10011 | 100101101 | 111000 | 111001 |
Color Harmonies of #CF55CC
Complementary color
Monochromatic Colors of #CF55CC
Black with #CF55CC
Text Example
Text Example
White with #CF55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55CC; }
p { color: rgb(207,85,204); }
H1.HeaderClassName
{
color: #CF55CC;
}
.AnyTagClassName
{
color: #CF55CC;
}
</style>
background-color css
<style>
a { background-color: #CF55CC; }
a { background-color: rgb(207,85,204); }
div.DivClassName
{
background-color: #CF55CC;
}
.BgClassName
{
background-color: #CF55CC;
}
</style>
border-color css
<style>
span { border-color: #CF55CC; }
span { border-color: rgb(207,85,204); }
td.TdClassName
{
border-color: #CF55CC;
}
.TagClassName
{
border-color: #CF55CC;
}
</style>