Shades of Fuchsia #CF63BF
Tints of Fuchsia #CF63BF
RGB
CMYK
RGB Variations
Color information
#CF63BF (or 0xCF63BF) is known color: Fuchsia. HEX triplet: CF, 63 and BF. RGB value is (207,99,191). Sum of RGB (Red+Green+Blue) = 207+99+191=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63BF is #309C40. Grayscale: #8D8D8D. Windows color (decimal): -3185729 or 12542927. OLE color: 12542927.
HSL color Cylindrical-coordinate representation of color #CF63BF: hue angle of 308.89º 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 #CF63BF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 191 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.19 |
| HSL | 308.89º | 0.53% | 0.6% | - |
| HSV(B) | 308.89º | 0.52% | 0.81% | - |
| XYZ | 39.6 | 25.95 | 52.21 | - |
| YUV | 141.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 191 | 0 | 0.52 | 0.08 | 0.19 | 308.89 | 0.53 | 0.6 |
| Hex | CF | 63 | BF | 0 | 34 | 8 | 13 | 135 | 35 | 3C |
| Octal | 317 | 143 | 277 | 0 | 64 | 10 | 23 | 465 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10111111 | 0 | 110100 | 1000 | 10011 | 100110101 | 110101 | 111100 |
Color Harmonies of #CF63BF
Complementary color
Monochromatic Colors of #CF63BF
Black with #CF63BF
Text Example
Text Example
White with #CF63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63BF; }
p { color: rgb(207,99,191); }
H1.HeaderClassName
{
color: #CF63BF;
}
.AnyTagClassName
{
color: #CF63BF;
}
</style>
background-color css
<style>
a { background-color: #CF63BF; }
a { background-color: rgb(207,99,191); }
div.DivClassName
{
background-color: #CF63BF;
}
.BgClassName
{
background-color: #CF63BF;
}
</style>
border-color css
<style>
span { border-color: #CF63BF; }
span { border-color: rgb(207,99,191); }
td.TdClassName
{
border-color: #CF63BF;
}
.TagClassName
{
border-color: #CF63BF;
}
</style>