Shades of Fuchsia #CF3ACE
Tints of Fuchsia #CF3ACE
RGB
CMYK
RGB Variations
Color information
#CF3ACE (or 0xCF3ACE) is known color: Fuchsia. HEX triplet: CF, 3A and CE. RGB value is (207,58,206). Sum of RGB (Red+Green+Blue) = 207+58+206=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ACE is #30C531. Grayscale: #767676. Windows color (decimal): -3196210 or 13515471. OLE color: 13515471.
HSL color Cylindrical-coordinate representation of color #CF3ACE: hue angle of 300.4º 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 #CF3ACE is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 206 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.19 |
| HSL | 300.4º | 0.61% | 0.52% | - |
| HSV(B) | 300.4º | 0.72% | 0.81% | - |
| XYZ | 38.39 | 20.75 | 60.37 | - |
| YUV | 119.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 206 | 0 | 0.72 | 0.00 | 0.19 | 300.4 | 0.61 | 0.52 |
| Hex | CF | 3A | CE | 0 | 48 | 0 | 13 | 12C | 3D | 34 |
| Octal | 317 | 72 | 316 | 0 | 110 | 0 | 23 | 454 | 75 | 64 |
| Binary | 11001111 | 111010 | 11001110 | 0 | 1001000 | 0 | 10011 | 100101100 | 111101 | 110100 |
Color Harmonies of #CF3ACE
Complementary color
Monochromatic Colors of #CF3ACE
Black with #CF3ACE
Text Example
Text Example
White with #CF3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3ACE; }
p { color: rgb(207,58,206); }
H1.HeaderClassName
{
color: #CF3ACE;
}
.AnyTagClassName
{
color: #CF3ACE;
}
</style>
background-color css
<style>
a { background-color: #CF3ACE; }
a { background-color: rgb(207,58,206); }
div.DivClassName
{
background-color: #CF3ACE;
}
.BgClassName
{
background-color: #CF3ACE;
}
</style>
border-color css
<style>
span { border-color: #CF3ACE; }
span { border-color: rgb(207,58,206); }
td.TdClassName
{
border-color: #CF3ACE;
}
.TagClassName
{
border-color: #CF3ACE;
}
</style>