Shades of Fuchsia #CF63B8
Tints of Fuchsia #CF63B8
RGB
CMYK
RGB Variations
Color information
#CF63B8 (or 0xCF63B8) is known color: Fuchsia. HEX triplet: CF, 63 and B8. RGB value is (207,99,184). Sum of RGB (Red+Green+Blue) = 207+99+184=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63B8 is #309C47. Grayscale: #8C8C8C. Windows color (decimal): -3185736 or 12084175. OLE color: 12084175.
HSL color Cylindrical-coordinate representation of color #CF63B8: hue angle of 312.78º 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 #CF63B8 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 184 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.19 |
| HSL | 312.78º | 0.53% | 0.6% | - |
| HSV(B) | 312.78º | 0.52% | 0.81% | - |
| XYZ | 38.85 | 25.65 | 48.25 | - |
| YUV | 140.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 184 | 0 | 0.52 | 0.11 | 0.19 | 312.78 | 0.53 | 0.6 |
| Hex | CF | 63 | B8 | 0 | 34 | B | 13 | 139 | 35 | 3C |
| Octal | 317 | 143 | 270 | 0 | 64 | 13 | 23 | 471 | 65 | 74 |
| Binary | 11001111 | 1100011 | 10111000 | 0 | 110100 | 1011 | 10011 | 100111001 | 110101 | 111100 |
Color Harmonies of #CF63B8
Complementary color
Monochromatic Colors of #CF63B8
Black with #CF63B8
Text Example
Text Example
White with #CF63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63B8; }
p { color: rgb(207,99,184); }
H1.HeaderClassName
{
color: #CF63B8;
}
.AnyTagClassName
{
color: #CF63B8;
}
</style>
background-color css
<style>
a { background-color: #CF63B8; }
a { background-color: rgb(207,99,184); }
div.DivClassName
{
background-color: #CF63B8;
}
.BgClassName
{
background-color: #CF63B8;
}
</style>
border-color css
<style>
span { border-color: #CF63B8; }
span { border-color: rgb(207,99,184); }
td.TdClassName
{
border-color: #CF63B8;
}
.TagClassName
{
border-color: #CF63B8;
}
</style>