Shades of Fuchsia #CF3ACD
Tints of Fuchsia #CF3ACD
RGB
CMYK
RGB Variations
Color information
#CF3ACD (or 0xCF3ACD) is known color: Fuchsia. HEX triplet: CF, 3A and CD. RGB value is (207,58,205). Sum of RGB (Red+Green+Blue) = 207+58+205=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ACD is #30C532. Grayscale: #767676. Windows color (decimal): -3196211 or 13449935. OLE color: 13449935.
HSL color Cylindrical-coordinate representation of color #CF3ACD: hue angle of 300.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3ACD is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 205 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.19 |
| HSL | 300.81º | 0.61% | 0.52% | - |
| HSV(B) | 300.81º | 0.72% | 0.81% | - |
| XYZ | 38.26 | 20.7 | 59.74 | - |
| YUV | 119.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 205 | 0 | 0.72 | 0.01 | 0.19 | 300.81 | 0.61 | 0.52 |
| Hex | CF | 3A | CD | 0 | 48 | 1 | 13 | 12D | 3D | 34 |
| Octal | 317 | 72 | 315 | 0 | 110 | 1 | 23 | 455 | 75 | 64 |
| Binary | 11001111 | 111010 | 11001101 | 0 | 1001000 | 1 | 10011 | 100101101 | 111101 | 110100 |
Color Harmonies of #CF3ACD
Complementary color
Monochromatic Colors of #CF3ACD
Black with #CF3ACD
Text Example
Text Example
White with #CF3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3ACD; }
p { color: rgb(207,58,205); }
H1.HeaderClassName
{
color: #CF3ACD;
}
.AnyTagClassName
{
color: #CF3ACD;
}
</style>
background-color css
<style>
a { background-color: #CF3ACD; }
a { background-color: rgb(207,58,205); }
div.DivClassName
{
background-color: #CF3ACD;
}
.BgClassName
{
background-color: #CF3ACD;
}
</style>
border-color css
<style>
span { border-color: #CF3ACD; }
span { border-color: rgb(207,58,205); }
td.TdClassName
{
border-color: #CF3ACD;
}
.TagClassName
{
border-color: #CF3ACD;
}
</style>