Shades of Fuchsia #CF4ACF
Tints of Fuchsia #CF4ACF
RGB
CMYK
RGB Variations
Color information
#CF4ACF (or 0xCF4ACF) is known color: Fuchsia. HEX triplet: CF, 4A and CF. RGB value is (207,74,207). Sum of RGB (Red+Green+Blue) = 207+74+207=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ACF is #30B530. Grayscale: #808080. Windows color (decimal): -3192113 or 13585103. OLE color: 13585103.
HSL color Cylindrical-coordinate representation of color #CF4ACF: hue angle of 300º 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 #CF4ACF is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 207 | - |
| CMYK | 0 | 0.64 | 0 | 0.19 |
| HSL | 300º | 0.58% | 0.55% | - |
| HSV(B) | 300º | 0.64% | 0.81% | - |
| XYZ | 39.44 | 22.67 | 61.33 | - |
| YUV | 128.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 207 | 0 | 0.64 | 0 | 0.19 | 300 | 0.58 | 0.55 |
| Hex | CF | 4A | CF | 0 | 40 | 0 | 13 | 12C | 3A | 37 |
| Octal | 317 | 112 | 317 | 0 | 100 | 0 | 23 | 454 | 72 | 67 |
| Binary | 11001111 | 1001010 | 11001111 | 0 | 1000000 | 0 | 10011 | 100101100 | 111010 | 110111 |
Color Harmonies of #CF4ACF
Complementary color
Monochromatic Colors of #CF4ACF
Black with #CF4ACF
Text Example
Text Example
White with #CF4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ACF; }
p { color: rgb(207,74,207); }
H1.HeaderClassName
{
color: #CF4ACF;
}
.AnyTagClassName
{
color: #CF4ACF;
}
</style>
background-color css
<style>
a { background-color: #CF4ACF; }
a { background-color: rgb(207,74,207); }
div.DivClassName
{
background-color: #CF4ACF;
}
.BgClassName
{
background-color: #CF4ACF;
}
</style>
border-color css
<style>
span { border-color: #CF4ACF; }
span { border-color: rgb(207,74,207); }
td.TdClassName
{
border-color: #CF4ACF;
}
.TagClassName
{
border-color: #CF4ACF;
}
</style>