Shades of Fuchsia #CF57CA
Tints of Fuchsia #CF57CA
RGB
CMYK
RGB Variations
Color information
#CF57CA (or 0xCF57CA) is known color: Fuchsia. HEX triplet: CF, 57 and CA. RGB value is (207,87,202). Sum of RGB (Red+Green+Blue) = 207+87+202=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57CA is #30A835. Grayscale: #878787. Windows color (decimal): -3188790 or 13260751. OLE color: 13260751.
HSL color Cylindrical-coordinate representation of color #CF57CA: hue angle of 302.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 #CF57CA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 202 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.19 |
| HSL | 302.5º | 0.56% | 0.58% | - |
| HSV(B) | 302.5º | 0.58% | 0.81% | - |
| XYZ | 39.8 | 24.35 | 58.48 | - |
| YUV | 135.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 202 | 0 | 0.58 | 0.02 | 0.19 | 302.5 | 0.56 | 0.58 |
| Hex | CF | 57 | CA | 0 | 3A | 2 | 13 | 12E | 38 | 3A |
| Octal | 317 | 127 | 312 | 0 | 72 | 2 | 23 | 456 | 70 | 72 |
| Binary | 11001111 | 1010111 | 11001010 | 0 | 111010 | 10 | 10011 | 100101110 | 111000 | 111010 |
Color Harmonies of #CF57CA
Complementary color
Monochromatic Colors of #CF57CA
Black with #CF57CA
Text Example
Text Example
White with #CF57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57CA; }
p { color: rgb(207,87,202); }
H1.HeaderClassName
{
color: #CF57CA;
}
.AnyTagClassName
{
color: #CF57CA;
}
</style>
background-color css
<style>
a { background-color: #CF57CA; }
a { background-color: rgb(207,87,202); }
div.DivClassName
{
background-color: #CF57CA;
}
.BgClassName
{
background-color: #CF57CA;
}
</style>
border-color css
<style>
span { border-color: #CF57CA; }
span { border-color: rgb(207,87,202); }
td.TdClassName
{
border-color: #CF57CA;
}
.TagClassName
{
border-color: #CF57CA;
}
</style>