Shades of Fuchsia #CF4DAE
Tints of Fuchsia #CF4DAE
RGB
CMYK
RGB Variations
Color information
#CF4DAE (or 0xCF4DAE) is known color: Fuchsia. HEX triplet: CF, 4D and AE. RGB value is (207,77,174). Sum of RGB (Red+Green+Blue) = 207+77+174=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4DAE is #30B251. Grayscale: #7E7E7E. Windows color (decimal): -3191378 or 11423183. OLE color: 11423183.
HSL color Cylindrical-coordinate representation of color #CF4DAE: hue angle of 315.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DAE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 174 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.19 |
| HSL | 315.23º | 0.58% | 0.56% | - |
| HSV(B) | 315.23º | 0.63% | 0.81% | - |
| XYZ | 36.03 | 21.63 | 42.32 | - |
| YUV | 126.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 174 | 0 | 0.63 | 0.16 | 0.19 | 315.23 | 0.58 | 0.56 |
| Hex | CF | 4D | AE | 0 | 3F | 10 | 13 | 13B | 3A | 38 |
| Octal | 317 | 115 | 256 | 0 | 77 | 20 | 23 | 473 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10101110 | 0 | 111111 | 10000 | 10011 | 100111011 | 111010 | 111000 |
Color Harmonies of #CF4DAE
Complementary color
Monochromatic Colors of #CF4DAE
Black with #CF4DAE
Text Example
Text Example
White with #CF4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DAE; }
p { color: rgb(207,77,174); }
H1.HeaderClassName
{
color: #CF4DAE;
}
.AnyTagClassName
{
color: #CF4DAE;
}
</style>
background-color css
<style>
a { background-color: #CF4DAE; }
a { background-color: rgb(207,77,174); }
div.DivClassName
{
background-color: #CF4DAE;
}
.BgClassName
{
background-color: #CF4DAE;
}
</style>
border-color css
<style>
span { border-color: #CF4DAE; }
span { border-color: rgb(207,77,174); }
td.TdClassName
{
border-color: #CF4DAE;
}
.TagClassName
{
border-color: #CF4DAE;
}
</style>