Shades of Fuchsia #CF4CAE
Tints of Fuchsia #CF4CAE
RGB
CMYK
RGB Variations
Color information
#CF4CAE (or 0xCF4CAE) is known color: Fuchsia. HEX triplet: CF, 4C and AE. RGB value is (207,76,174). Sum of RGB (Red+Green+Blue) = 207+76+174=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4CAE is #30B351. Grayscale: #7E7E7E. Windows color (decimal): -3191634 or 11422927. OLE color: 11422927.
HSL color Cylindrical-coordinate representation of color #CF4CAE: hue angle of 315.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CAE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 174 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.19 |
| HSL | 315.11º | 0.58% | 0.55% | - |
| HSV(B) | 315.11º | 0.63% | 0.81% | - |
| XYZ | 35.96 | 21.49 | 42.3 | - |
| YUV | 126.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 174 | 0 | 0.63 | 0.16 | 0.19 | 315.11 | 0.58 | 0.55 |
| Hex | CF | 4C | AE | 0 | 3F | 10 | 13 | 13B | 3A | 37 |
| Octal | 317 | 114 | 256 | 0 | 77 | 20 | 23 | 473 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10101110 | 0 | 111111 | 10000 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CF4CAE
Complementary color
Monochromatic Colors of #CF4CAE
Black with #CF4CAE
Text Example
Text Example
White with #CF4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CAE; }
p { color: rgb(207,76,174); }
H1.HeaderClassName
{
color: #CF4CAE;
}
.AnyTagClassName
{
color: #CF4CAE;
}
</style>
background-color css
<style>
a { background-color: #CF4CAE; }
a { background-color: rgb(207,76,174); }
div.DivClassName
{
background-color: #CF4CAE;
}
.BgClassName
{
background-color: #CF4CAE;
}
</style>
border-color css
<style>
span { border-color: #CF4CAE; }
span { border-color: rgb(207,76,174); }
td.TdClassName
{
border-color: #CF4CAE;
}
.TagClassName
{
border-color: #CF4CAE;
}
</style>