Shades of Fuchsia #CF57C6
Tints of Fuchsia #CF57C6
RGB
CMYK
RGB Variations
Color information
#CF57C6 (or 0xCF57C6) is known color: Fuchsia. HEX triplet: CF, 57 and C6. RGB value is (207,87,198). Sum of RGB (Red+Green+Blue) = 207+87+198=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57C6 is #30A839. Grayscale: #878787. Windows color (decimal): -3188794 or 12998607. OLE color: 12998607.
HSL color Cylindrical-coordinate representation of color #CF57C6: hue angle of 304.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF57C6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 198 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.19 |
| HSL | 304.5º | 0.56% | 0.58% | - |
| HSV(B) | 304.5º | 0.58% | 0.81% | - |
| XYZ | 39.33 | 24.16 | 56.02 | - |
| YUV | 135.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 198 | 0 | 0.58 | 0.04 | 0.19 | 304.5 | 0.56 | 0.58 |
| Hex | CF | 57 | C6 | 0 | 3A | 4 | 13 | 130 | 38 | 3A |
| Octal | 317 | 127 | 306 | 0 | 72 | 4 | 23 | 460 | 70 | 72 |
| Binary | 11001111 | 1010111 | 11000110 | 0 | 111010 | 100 | 10011 | 100110000 | 111000 | 111010 |
Color Harmonies of #CF57C6
Complementary color
Monochromatic Colors of #CF57C6
Black with #CF57C6
Text Example
Text Example
White with #CF57C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57C6; }
p { color: rgb(207,87,198); }
H1.HeaderClassName
{
color: #CF57C6;
}
.AnyTagClassName
{
color: #CF57C6;
}
</style>
background-color css
<style>
a { background-color: #CF57C6; }
a { background-color: rgb(207,87,198); }
div.DivClassName
{
background-color: #CF57C6;
}
.BgClassName
{
background-color: #CF57C6;
}
</style>
border-color css
<style>
span { border-color: #CF57C6; }
span { border-color: rgb(207,87,198); }
td.TdClassName
{
border-color: #CF57C6;
}
.TagClassName
{
border-color: #CF57C6;
}
</style>