Shades of Fuchsia #CF4ACD
Tints of Fuchsia #CF4ACD
RGB
CMYK
RGB Variations
Color information
#CF4ACD (or 0xCF4ACD) is known color: Fuchsia. HEX triplet: CF, 4A and CD. RGB value is (207,74,205). Sum of RGB (Red+Green+Blue) = 207+74+205=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ACD is #30B532. Grayscale: #808080. Windows color (decimal): -3192115 or 13454031. OLE color: 13454031.
HSL color Cylindrical-coordinate representation of color #CF4ACD: hue angle of 300.9º 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 #CF4ACD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 205 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.19 |
| HSL | 300.9º | 0.58% | 0.55% | - |
| HSV(B) | 300.9º | 0.64% | 0.81% | - |
| XYZ | 39.2 | 22.57 | 60.05 | - |
| YUV | 128.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 205 | 0 | 0.64 | 0.01 | 0.19 | 300.9 | 0.58 | 0.55 |
| Hex | CF | 4A | CD | 0 | 40 | 1 | 13 | 12D | 3A | 37 |
| Octal | 317 | 112 | 315 | 0 | 100 | 1 | 23 | 455 | 72 | 67 |
| Binary | 11001111 | 1001010 | 11001101 | 0 | 1000000 | 1 | 10011 | 100101101 | 111010 | 110111 |
Color Harmonies of #CF4ACD
Complementary color
Monochromatic Colors of #CF4ACD
Black with #CF4ACD
Text Example
Text Example
White with #CF4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ACD; }
p { color: rgb(207,74,205); }
H1.HeaderClassName
{
color: #CF4ACD;
}
.AnyTagClassName
{
color: #CF4ACD;
}
</style>
background-color css
<style>
a { background-color: #CF4ACD; }
a { background-color: rgb(207,74,205); }
div.DivClassName
{
background-color: #CF4ACD;
}
.BgClassName
{
background-color: #CF4ACD;
}
</style>
border-color css
<style>
span { border-color: #CF4ACD; }
span { border-color: rgb(207,74,205); }
td.TdClassName
{
border-color: #CF4ACD;
}
.TagClassName
{
border-color: #CF4ACD;
}
</style>