Shades of Fuchsia #CF62BB
Tints of Fuchsia #CF62BB
RGB
CMYK
RGB Variations
Color information
#CF62BB (or 0xCF62BB) is known color: Fuchsia. HEX triplet: CF, 62 and BB. RGB value is (207,98,187). Sum of RGB (Red+Green+Blue) = 207+98+187=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62BB is #309D44. Grayscale: #8C8C8C. Windows color (decimal): -3185989 or 12280527. OLE color: 12280527.
HSL color Cylindrical-coordinate representation of color #CF62BB: hue angle of 311.01º 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 #CF62BB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 187 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.19 |
| HSL | 311.01º | 0.53% | 0.6% | - |
| HSV(B) | 311.01º | 0.53% | 0.81% | - |
| XYZ | 39.07 | 25.59 | 49.89 | - |
| YUV | 140.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 187 | 0 | 0.53 | 0.10 | 0.19 | 311.01 | 0.53 | 0.6 |
| Hex | CF | 62 | BB | 0 | 35 | A | 13 | 137 | 35 | 3C |
| Octal | 317 | 142 | 273 | 0 | 65 | 12 | 23 | 467 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10111011 | 0 | 110101 | 1010 | 10011 | 100110111 | 110101 | 111100 |
Color Harmonies of #CF62BB
Complementary color
Monochromatic Colors of #CF62BB
Black with #CF62BB
Text Example
Text Example
White with #CF62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62BB; }
p { color: rgb(207,98,187); }
H1.HeaderClassName
{
color: #CF62BB;
}
.AnyTagClassName
{
color: #CF62BB;
}
</style>
background-color css
<style>
a { background-color: #CF62BB; }
a { background-color: rgb(207,98,187); }
div.DivClassName
{
background-color: #CF62BB;
}
.BgClassName
{
background-color: #CF62BB;
}
</style>
border-color css
<style>
span { border-color: #CF62BB; }
span { border-color: rgb(207,98,187); }
td.TdClassName
{
border-color: #CF62BB;
}
.TagClassName
{
border-color: #CF62BB;
}
</style>