Shades of Fuchsia #CF48B0
Tints of Fuchsia #CF48B0
RGB
CMYK
RGB Variations
Color information
#CF48B0 (or 0xCF48B0) is known color: Fuchsia. HEX triplet: CF, 48 and B0. RGB value is (207,72,176). Sum of RGB (Red+Green+Blue) = 207+72+176=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48B0 is #30B74F. Grayscale: #7B7B7B. Windows color (decimal): -3192656 or 11552975. OLE color: 11552975.
HSL color Cylindrical-coordinate representation of color #CF48B0: hue angle of 313.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF48B0 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 176 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.19 |
| HSL | 313.78º | 0.58% | 0.55% | - |
| HSV(B) | 313.78º | 0.65% | 0.81% | - |
| XYZ | 35.89 | 21.03 | 43.24 | - |
| YUV | 124.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 176 | 0 | 0.65 | 0.15 | 0.19 | 313.78 | 0.58 | 0.55 |
| Hex | CF | 48 | B0 | 0 | 41 | F | 13 | 13A | 3A | 37 |
| Octal | 317 | 110 | 260 | 0 | 101 | 17 | 23 | 472 | 72 | 67 |
| Binary | 11001111 | 1001000 | 10110000 | 0 | 1000001 | 1111 | 10011 | 100111010 | 111010 | 110111 |
Color Harmonies of #CF48B0
Complementary color
Monochromatic Colors of #CF48B0
Black with #CF48B0
Text Example
Text Example
White with #CF48B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48B0; }
p { color: rgb(207,72,176); }
H1.HeaderClassName
{
color: #CF48B0;
}
.AnyTagClassName
{
color: #CF48B0;
}
</style>
background-color css
<style>
a { background-color: #CF48B0; }
a { background-color: rgb(207,72,176); }
div.DivClassName
{
background-color: #CF48B0;
}
.BgClassName
{
background-color: #CF48B0;
}
</style>
border-color css
<style>
span { border-color: #CF48B0; }
span { border-color: rgb(207,72,176); }
td.TdClassName
{
border-color: #CF48B0;
}
.TagClassName
{
border-color: #CF48B0;
}
</style>