Shades of Fuchsia #CF63B9
Tints of Fuchsia #CF63B9
RGB
CMYK
RGB Variations
Color information
#CF63B9 (or 0xCF63B9) is known color: Fuchsia. HEX triplet: CF, 63 and B9. RGB value is (207,99,185). Sum of RGB (Red+Green+Blue) = 207+99+185=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63B9 is #309C46. Grayscale: #8C8C8C. Windows color (decimal): -3185735 or 12149711. OLE color: 12149711.
HSL color Cylindrical-coordinate representation of color #CF63B9: hue angle of 312.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF63B9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 185 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.19 |
| HSL | 312.22º | 0.53% | 0.6% | - |
| HSV(B) | 312.22º | 0.52% | 0.81% | - |
| XYZ | 38.95 | 25.69 | 48.81 | - |
| YUV | 141.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 185 | 0 | 0.52 | 0.11 | 0.19 | 312.22 | 0.53 | 0.6 |
| Hex | CF | 63 | B9 | 0 | 34 | B | 13 | 138 | 35 | 3C |
| Octal | 317 | 143 | 271 | 0 | 64 | 13 | 23 | 470 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10111001 | 0 | 110100 | 1011 | 10011 | 100111000 | 110101 | 111100 |
Color Harmonies of #CF63B9
Complementary color
Monochromatic Colors of #CF63B9
Black with #CF63B9
Text Example
Text Example
White with #CF63B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63B9; }
p { color: rgb(207,99,185); }
H1.HeaderClassName
{
color: #CF63B9;
}
.AnyTagClassName
{
color: #CF63B9;
}
</style>
background-color css
<style>
a { background-color: #CF63B9; }
a { background-color: rgb(207,99,185); }
div.DivClassName
{
background-color: #CF63B9;
}
.BgClassName
{
background-color: #CF63B9;
}
</style>
border-color css
<style>
span { border-color: #CF63B9; }
span { border-color: rgb(207,99,185); }
td.TdClassName
{
border-color: #CF63B9;
}
.TagClassName
{
border-color: #CF63B9;
}
</style>