Shades of Fuchsia #CF4AC4
Tints of Fuchsia #CF4AC4
RGB
CMYK
RGB Variations
Color information
#CF4AC4 (or 0xCF4AC4) is known color: Fuchsia. HEX triplet: CF, 4A and C4. RGB value is (207,74,196). Sum of RGB (Red+Green+Blue) = 207+74+196=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AC4 is #30B53B. Grayscale: #7F7F7F. Windows color (decimal): -3192124 or 12864207. OLE color: 12864207.
HSL color Cylindrical-coordinate representation of color #CF4AC4: hue angle of 304.96º 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 #CF4AC4 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 196 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.19 |
| HSL | 304.96º | 0.58% | 0.55% | - |
| HSV(B) | 304.96º | 0.64% | 0.81% | - |
| XYZ | 38.14 | 22.15 | 54.49 | - |
| YUV | 127.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 196 | 0 | 0.64 | 0.05 | 0.19 | 304.96 | 0.58 | 0.55 |
| Hex | CF | 4A | C4 | 0 | 40 | 5 | 13 | 131 | 3A | 37 |
| Octal | 317 | 112 | 304 | 0 | 100 | 5 | 23 | 461 | 72 | 67 |
| Binary | 11001111 | 1001010 | 11000100 | 0 | 1000000 | 101 | 10011 | 100110001 | 111010 | 110111 |
Color Harmonies of #CF4AC4
Complementary color
Monochromatic Colors of #CF4AC4
Black with #CF4AC4
Text Example
Text Example
White with #CF4AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AC4; }
p { color: rgb(207,74,196); }
H1.HeaderClassName
{
color: #CF4AC4;
}
.AnyTagClassName
{
color: #CF4AC4;
}
</style>
background-color css
<style>
a { background-color: #CF4AC4; }
a { background-color: rgb(207,74,196); }
div.DivClassName
{
background-color: #CF4AC4;
}
.BgClassName
{
background-color: #CF4AC4;
}
</style>
border-color css
<style>
span { border-color: #CF4AC4; }
span { border-color: rgb(207,74,196); }
td.TdClassName
{
border-color: #CF4AC4;
}
.TagClassName
{
border-color: #CF4AC4;
}
</style>