Shades of Fuchsia #CF55CF
Tints of Fuchsia #CF55CF
RGB
CMYK
RGB Variations
Color information
#CF55CF (or 0xCF55CF) is known color: Fuchsia. HEX triplet: CF, 55 and CF. RGB value is (207,85,207). Sum of RGB (Red+Green+Blue) = 207+85+207=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55CF is #30AA30. Grayscale: #878787. Windows color (decimal): -3189297 or 13587919. OLE color: 13587919.
HSL color Cylindrical-coordinate representation of color #CF55CF: hue angle of 300º 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 #CF55CF is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 207 | - |
| CMYK | 0 | 0.59 | 0 | 0.19 |
| HSL | 300º | 0.56% | 0.57% | - |
| HSV(B) | 300º | 0.59% | 0.81% | - |
| XYZ | 40.24 | 24.27 | 61.59 | - |
| YUV | 135.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 207 | 0 | 0.59 | 0 | 0.19 | 300 | 0.56 | 0.57 |
| Hex | CF | 55 | CF | 0 | 3B | 0 | 13 | 12C | 38 | 39 |
| Octal | 317 | 125 | 317 | 0 | 73 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001111 | 1010101 | 11001111 | 0 | 111011 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CF55CF
Complementary color
Monochromatic Colors of #CF55CF
Black with #CF55CF
Text Example
Text Example
White with #CF55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55CF; }
p { color: rgb(207,85,207); }
H1.HeaderClassName
{
color: #CF55CF;
}
.AnyTagClassName
{
color: #CF55CF;
}
</style>
background-color css
<style>
a { background-color: #CF55CF; }
a { background-color: rgb(207,85,207); }
div.DivClassName
{
background-color: #CF55CF;
}
.BgClassName
{
background-color: #CF55CF;
}
</style>
border-color css
<style>
span { border-color: #CF55CF; }
span { border-color: rgb(207,85,207); }
td.TdClassName
{
border-color: #CF55CF;
}
.TagClassName
{
border-color: #CF55CF;
}
</style>