Shades of Fuchsia #CF40B4
Tints of Fuchsia #CF40B4
RGB
CMYK
RGB Variations
Color information
#CF40B4 (or 0xCF40B4) is known color: Fuchsia. HEX triplet: CF, 40 and B4. RGB value is (207,64,180). Sum of RGB (Red+Green+Blue) = 207+64+180=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40B4 is #30BF4B. Grayscale: #777777. Windows color (decimal): -3194700 or 11813071. OLE color: 11813071.
HSL color Cylindrical-coordinate representation of color #CF40B4: hue angle of 311.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40B4 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 180 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.19 |
| HSL | 311.33º | 0.6% | 0.53% | - |
| HSV(B) | 311.33º | 0.69% | 0.81% | - |
| XYZ | 35.8 | 20.23 | 45.2 | - |
| YUV | 119.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 180 | 0 | 0.69 | 0.13 | 0.19 | 311.33 | 0.6 | 0.53 |
| Hex | CF | 40 | B4 | 0 | 45 | D | 13 | 137 | 3C | 35 |
| Octal | 317 | 100 | 264 | 0 | 105 | 15 | 23 | 467 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10110100 | 0 | 1000101 | 1101 | 10011 | 100110111 | 111100 | 110101 |
Color Harmonies of #CF40B4
Complementary color
Monochromatic Colors of #CF40B4
Black with #CF40B4
Text Example
Text Example
White with #CF40B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40B4; }
p { color: rgb(207,64,180); }
H1.HeaderClassName
{
color: #CF40B4;
}
.AnyTagClassName
{
color: #CF40B4;
}
</style>
background-color css
<style>
a { background-color: #CF40B4; }
a { background-color: rgb(207,64,180); }
div.DivClassName
{
background-color: #CF40B4;
}
.BgClassName
{
background-color: #CF40B4;
}
</style>
border-color css
<style>
span { border-color: #CF40B4; }
span { border-color: rgb(207,64,180); }
td.TdClassName
{
border-color: #CF40B4;
}
.TagClassName
{
border-color: #CF40B4;
}
</style>