Shades of Fuchsia #CF55B4
Tints of Fuchsia #CF55B4
RGB
CMYK
RGB Variations
Color information
#CF55B4 (or 0xCF55B4) is known color: Fuchsia. HEX triplet: CF, 55 and B4. RGB value is (207,85,180). Sum of RGB (Red+Green+Blue) = 207+85+180=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55B4 is #30AA4B. Grayscale: #848484. Windows color (decimal): -3189324 or 11818447. OLE color: 11818447.
HSL color Cylindrical-coordinate representation of color #CF55B4: hue angle of 313.28º 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 #CF55B4 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 180 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.19 |
| HSL | 313.28º | 0.56% | 0.57% | - |
| HSV(B) | 313.28º | 0.59% | 0.81% | - |
| XYZ | 37.22 | 23.06 | 45.67 | - |
| YUV | 132.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 180 | 0 | 0.59 | 0.13 | 0.19 | 313.28 | 0.56 | 0.57 |
| Hex | CF | 55 | B4 | 0 | 3B | D | 13 | 139 | 38 | 39 |
| Octal | 317 | 125 | 264 | 0 | 73 | 15 | 23 | 471 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10110100 | 0 | 111011 | 1101 | 10011 | 100111001 | 111000 | 111001 |
Color Harmonies of #CF55B4
Complementary color
Monochromatic Colors of #CF55B4
Black with #CF55B4
Text Example
Text Example
White with #CF55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55B4; }
p { color: rgb(207,85,180); }
H1.HeaderClassName
{
color: #CF55B4;
}
.AnyTagClassName
{
color: #CF55B4;
}
</style>
background-color css
<style>
a { background-color: #CF55B4; }
a { background-color: rgb(207,85,180); }
div.DivClassName
{
background-color: #CF55B4;
}
.BgClassName
{
background-color: #CF55B4;
}
</style>
border-color css
<style>
span { border-color: #CF55B4; }
span { border-color: rgb(207,85,180); }
td.TdClassName
{
border-color: #CF55B4;
}
.TagClassName
{
border-color: #CF55B4;
}
</style>