Shades of Fuchsia #CF4AC1
Tints of Fuchsia #CF4AC1
RGB
CMYK
RGB Variations
Color information
#CF4AC1 (or 0xCF4AC1) is known color: Fuchsia. HEX triplet: CF, 4A and C1. RGB value is (207,74,193). Sum of RGB (Red+Green+Blue) = 207+74+193=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AC1 is #30B53E. Grayscale: #7E7E7E. Windows color (decimal): -3192127 or 12667599. OLE color: 12667599.
HSL color Cylindrical-coordinate representation of color #CF4AC1: hue angle of 306.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AC1 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 193 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.19 |
| HSL | 306.32º | 0.58% | 0.55% | - |
| HSV(B) | 306.32º | 0.64% | 0.81% | - |
| XYZ | 37.81 | 22.01 | 52.71 | - |
| YUV | 127.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 193 | 0 | 0.64 | 0.07 | 0.19 | 306.32 | 0.58 | 0.55 |
| Hex | CF | 4A | C1 | 0 | 40 | 7 | 13 | 132 | 3A | 37 |
| Octal | 317 | 112 | 301 | 0 | 100 | 7 | 23 | 462 | 72 | 67 |
| Binary | 11001111 | 1001010 | 11000001 | 0 | 1000000 | 111 | 10011 | 100110010 | 111010 | 110111 |
Color Harmonies of #CF4AC1
Complementary color
Monochromatic Colors of #CF4AC1
Black with #CF4AC1
Text Example
Text Example
White with #CF4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AC1; }
p { color: rgb(207,74,193); }
H1.HeaderClassName
{
color: #CF4AC1;
}
.AnyTagClassName
{
color: #CF4AC1;
}
</style>
background-color css
<style>
a { background-color: #CF4AC1; }
a { background-color: rgb(207,74,193); }
div.DivClassName
{
background-color: #CF4AC1;
}
.BgClassName
{
background-color: #CF4AC1;
}
</style>
border-color css
<style>
span { border-color: #CF4AC1; }
span { border-color: rgb(207,74,193); }
td.TdClassName
{
border-color: #CF4AC1;
}
.TagClassName
{
border-color: #CF4AC1;
}
</style>