Shades of Fuchsia #CF4BAE
Tints of Fuchsia #CF4BAE
RGB
CMYK
RGB Variations
Color information
#CF4BAE (or 0xCF4BAE) is known color: Fuchsia. HEX triplet: CF, 4B and AE. RGB value is (207,75,174). Sum of RGB (Red+Green+Blue) = 207+75+174=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4BAE is #30B451. Grayscale: #7D7D7D. Windows color (decimal): -3191890 or 11422671. OLE color: 11422671.
HSL color Cylindrical-coordinate representation of color #CF4BAE: hue angle of 315º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BAE is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 174 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.19 |
| HSL | 315º | 0.58% | 0.55% | - |
| HSV(B) | 315º | 0.64% | 0.81% | - |
| XYZ | 35.89 | 21.35 | 42.27 | - |
| YUV | 125.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 174 | 0 | 0.64 | 0.16 | 0.19 | 315 | 0.58 | 0.55 |
| Hex | CF | 4B | AE | 0 | 40 | 10 | 13 | 13B | 3A | 37 |
| Octal | 317 | 113 | 256 | 0 | 100 | 20 | 23 | 473 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10101110 | 0 | 1000000 | 10000 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CF4BAE
Complementary color
Monochromatic Colors of #CF4BAE
Black with #CF4BAE
Text Example
Text Example
White with #CF4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BAE; }
p { color: rgb(207,75,174); }
H1.HeaderClassName
{
color: #CF4BAE;
}
.AnyTagClassName
{
color: #CF4BAE;
}
</style>
background-color css
<style>
a { background-color: #CF4BAE; }
a { background-color: rgb(207,75,174); }
div.DivClassName
{
background-color: #CF4BAE;
}
.BgClassName
{
background-color: #CF4BAE;
}
</style>
border-color css
<style>
span { border-color: #CF4BAE; }
span { border-color: rgb(207,75,174); }
td.TdClassName
{
border-color: #CF4BAE;
}
.TagClassName
{
border-color: #CF4BAE;
}
</style>