Shades of Fuchsia #CF4FAE
Tints of Fuchsia #CF4FAE
RGB
CMYK
RGB Variations
Color information
#CF4FAE (or 0xCF4FAE) is known color: Fuchsia. HEX triplet: CF, 4F and AE. RGB value is (207,79,174). Sum of RGB (Red+Green+Blue) = 207+79+174=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4FAE is #30B051. Grayscale: #7F7F7F. Windows color (decimal): -3190866 or 11423695. OLE color: 11423695.
HSL color Cylindrical-coordinate representation of color #CF4FAE: hue angle of 315.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FAE is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 174 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.19 |
| HSL | 315.47º | 0.57% | 0.56% | - |
| HSV(B) | 315.47º | 0.62% | 0.81% | - |
| XYZ | 36.17 | 21.91 | 42.37 | - |
| YUV | 128.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 174 | 0 | 0.62 | 0.16 | 0.19 | 315.47 | 0.57 | 0.56 |
| Hex | CF | 4F | AE | 0 | 3E | 10 | 13 | 13B | 39 | 38 |
| Octal | 317 | 117 | 256 | 0 | 76 | 20 | 23 | 473 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10101110 | 0 | 111110 | 10000 | 10011 | 100111011 | 111001 | 111000 |
Color Harmonies of #CF4FAE
Complementary color
Monochromatic Colors of #CF4FAE
Black with #CF4FAE
Text Example
Text Example
White with #CF4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FAE; }
p { color: rgb(207,79,174); }
H1.HeaderClassName
{
color: #CF4FAE;
}
.AnyTagClassName
{
color: #CF4FAE;
}
</style>
background-color css
<style>
a { background-color: #CF4FAE; }
a { background-color: rgb(207,79,174); }
div.DivClassName
{
background-color: #CF4FAE;
}
.BgClassName
{
background-color: #CF4FAE;
}
</style>
border-color css
<style>
span { border-color: #CF4FAE; }
span { border-color: rgb(207,79,174); }
td.TdClassName
{
border-color: #CF4FAE;
}
.TagClassName
{
border-color: #CF4FAE;
}
</style>