Shades of Fuchsia #CF62BA
Tints of Fuchsia #CF62BA
RGB
CMYK
RGB Variations
Color information
#CF62BA (or 0xCF62BA) is known color: Fuchsia. HEX triplet: CF, 62 and BA. RGB value is (207,98,186). Sum of RGB (Red+Green+Blue) = 207+98+186=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62BA is #309D45. Grayscale: #8C8C8C. Windows color (decimal): -3185990 or 12214991. OLE color: 12214991.
HSL color Cylindrical-coordinate representation of color #CF62BA: hue angle of 311.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62BA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 186 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.19 |
| HSL | 311.56º | 0.53% | 0.6% | - |
| HSV(B) | 311.56º | 0.53% | 0.81% | - |
| XYZ | 38.96 | 25.55 | 49.33 | - |
| YUV | 140.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 186 | 0 | 0.53 | 0.10 | 0.19 | 311.56 | 0.53 | 0.6 |
| Hex | CF | 62 | BA | 0 | 35 | A | 13 | 138 | 35 | 3C |
| Octal | 317 | 142 | 272 | 0 | 65 | 12 | 23 | 470 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10111010 | 0 | 110101 | 1010 | 10011 | 100111000 | 110101 | 111100 |
Color Harmonies of #CF62BA
Complementary color
Monochromatic Colors of #CF62BA
Black with #CF62BA
Text Example
Text Example
White with #CF62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62BA; }
p { color: rgb(207,98,186); }
H1.HeaderClassName
{
color: #CF62BA;
}
.AnyTagClassName
{
color: #CF62BA;
}
</style>
background-color css
<style>
a { background-color: #CF62BA; }
a { background-color: rgb(207,98,186); }
div.DivClassName
{
background-color: #CF62BA;
}
.BgClassName
{
background-color: #CF62BA;
}
</style>
border-color css
<style>
span { border-color: #CF62BA; }
span { border-color: rgb(207,98,186); }
td.TdClassName
{
border-color: #CF62BA;
}
.TagClassName
{
border-color: #CF62BA;
}
</style>