Shades of Fuchsia #CF47C3
Tints of Fuchsia #CF47C3
RGB
CMYK
RGB Variations
Color information
#CF47C3 (or 0xCF47C3) is known color: Fuchsia. HEX triplet: CF, 47 and C3. RGB value is (207,71,195). Sum of RGB (Red+Green+Blue) = 207+71+195=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47C3 is #30B83C. Grayscale: #7D7D7D. Windows color (decimal): -3192893 or 12797903. OLE color: 12797903.
HSL color Cylindrical-coordinate representation of color #CF47C3: hue angle of 305.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF47C3 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 195 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.19 |
| HSL | 305.29º | 0.59% | 0.55% | - |
| HSV(B) | 305.29º | 0.66% | 0.81% | - |
| XYZ | 37.84 | 21.71 | 53.83 | - |
| YUV | 125.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 195 | 0 | 0.66 | 0.06 | 0.19 | 305.29 | 0.59 | 0.55 |
| Hex | CF | 47 | C3 | 0 | 42 | 6 | 13 | 131 | 3B | 37 |
| Octal | 317 | 107 | 303 | 0 | 102 | 6 | 23 | 461 | 73 | 67 |
| Binary | 11001111 | 1000111 | 11000011 | 0 | 1000010 | 110 | 10011 | 100110001 | 111011 | 110111 |
Color Harmonies of #CF47C3
Complementary color
Monochromatic Colors of #CF47C3
Black with #CF47C3
Text Example
Text Example
White with #CF47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47C3; }
p { color: rgb(207,71,195); }
H1.HeaderClassName
{
color: #CF47C3;
}
.AnyTagClassName
{
color: #CF47C3;
}
</style>
background-color css
<style>
a { background-color: #CF47C3; }
a { background-color: rgb(207,71,195); }
div.DivClassName
{
background-color: #CF47C3;
}
.BgClassName
{
background-color: #CF47C3;
}
</style>
border-color css
<style>
span { border-color: #CF47C3; }
span { border-color: rgb(207,71,195); }
td.TdClassName
{
border-color: #CF47C3;
}
.TagClassName
{
border-color: #CF47C3;
}
</style>