Shades of Fuchsia #CF4CAF
Tints of Fuchsia #CF4CAF
RGB
CMYK
RGB Variations
Color information
#CF4CAF (or 0xCF4CAF) is known color: Fuchsia. HEX triplet: CF, 4C and AF. RGB value is (207,76,175). Sum of RGB (Red+Green+Blue) = 207+76+175=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4CAF is #30B350. Grayscale: #7E7E7E. Windows color (decimal): -3191633 or 11488463. OLE color: 11488463.
HSL color Cylindrical-coordinate representation of color #CF4CAF: hue angle of 314.66º 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 #CF4CAF is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 175 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.19 |
| HSL | 314.66º | 0.58% | 0.55% | - |
| HSV(B) | 314.66º | 0.63% | 0.81% | - |
| XYZ | 36.05 | 21.53 | 42.81 | - |
| YUV | 126.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 175 | 0 | 0.63 | 0.15 | 0.19 | 314.66 | 0.58 | 0.55 |
| Hex | CF | 4C | AF | 0 | 3F | F | 13 | 13B | 3A | 37 |
| Octal | 317 | 114 | 257 | 0 | 77 | 17 | 23 | 473 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10101111 | 0 | 111111 | 1111 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CF4CAF
Complementary color
Monochromatic Colors of #CF4CAF
Black with #CF4CAF
Text Example
Text Example
White with #CF4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CAF; }
p { color: rgb(207,76,175); }
H1.HeaderClassName
{
color: #CF4CAF;
}
.AnyTagClassName
{
color: #CF4CAF;
}
</style>
background-color css
<style>
a { background-color: #CF4CAF; }
a { background-color: rgb(207,76,175); }
div.DivClassName
{
background-color: #CF4CAF;
}
.BgClassName
{
background-color: #CF4CAF;
}
</style>
border-color css
<style>
span { border-color: #CF4CAF; }
span { border-color: rgb(207,76,175); }
td.TdClassName
{
border-color: #CF4CAF;
}
.TagClassName
{
border-color: #CF4CAF;
}
</style>