Shades of Fuchsia #CF55BE
Tints of Fuchsia #CF55BE
RGB
CMYK
RGB Variations
Color information
#CF55BE (or 0xCF55BE) is known color: Fuchsia. HEX triplet: CF, 55 and BE. RGB value is (207,85,190). Sum of RGB (Red+Green+Blue) = 207+85+190=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55BE is #30AA41. Grayscale: #858585. Windows color (decimal): -3189314 or 12473807. OLE color: 12473807.
HSL color Cylindrical-coordinate representation of color #CF55BE: hue angle of 308.36º 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 #CF55BE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 190 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.19 |
| HSL | 308.36º | 0.56% | 0.57% | - |
| HSV(B) | 308.36º | 0.59% | 0.81% | - |
| XYZ | 38.27 | 23.48 | 51.23 | - |
| YUV | 133.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 190 | 0 | 0.59 | 0.08 | 0.19 | 308.36 | 0.56 | 0.57 |
| Hex | CF | 55 | BE | 0 | 3B | 8 | 13 | 134 | 38 | 39 |
| Octal | 317 | 125 | 276 | 0 | 73 | 10 | 23 | 464 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10111110 | 0 | 111011 | 1000 | 10011 | 100110100 | 111000 | 111001 |
Color Harmonies of #CF55BE
Complementary color
Monochromatic Colors of #CF55BE
Black with #CF55BE
Text Example
Text Example
White with #CF55BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55BE; }
p { color: rgb(207,85,190); }
H1.HeaderClassName
{
color: #CF55BE;
}
.AnyTagClassName
{
color: #CF55BE;
}
</style>
background-color css
<style>
a { background-color: #CF55BE; }
a { background-color: rgb(207,85,190); }
div.DivClassName
{
background-color: #CF55BE;
}
.BgClassName
{
background-color: #CF55BE;
}
</style>
border-color css
<style>
span { border-color: #CF55BE; }
span { border-color: rgb(207,85,190); }
td.TdClassName
{
border-color: #CF55BE;
}
.TagClassName
{
border-color: #CF55BE;
}
</style>