Shades of Fuchsia #CF29B5
Tints of Fuchsia #CF29B5
RGB
CMYK
RGB Variations
Color information
#CF29B5 (or 0xCF29B5) is known color: Fuchsia. HEX triplet: CF, 29 and B5. RGB value is (207,41,181). Sum of RGB (Red+Green+Blue) = 207+41+181=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29B5 is #30D64A. Grayscale: #6A6A6A. Windows color (decimal): -3200587 or 11872719. OLE color: 11872719.
HSL color Cylindrical-coordinate representation of color #CF29B5: hue angle of 309.4º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF29B5 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 181 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.19 |
| HSL | 309.4º | 0.67% | 0.49% | - |
| HSV(B) | 309.4º | 0.8% | 0.81% | - |
| XYZ | 34.87 | 18.19 | 45.39 | - |
| YUV | 106.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 181 | 0 | 0.80 | 0.13 | 0.19 | 309.4 | 0.67 | 0.49 |
| Hex | CF | 29 | B5 | 0 | 50 | D | 13 | 135 | 43 | 31 |
| Octal | 317 | 51 | 265 | 0 | 120 | 15 | 23 | 465 | 103 | 61 |
| Binary | 11001111 | 101001 | 10110101 | 0 | 1010000 | 1101 | 10011 | 100110101 | 1000011 | 110001 |
Color Harmonies of #CF29B5
Complementary color
Monochromatic Colors of #CF29B5
Black with #CF29B5
Text Example
Text Example
White with #CF29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29B5; }
p { color: rgb(207,41,181); }
H1.HeaderClassName
{
color: #CF29B5;
}
.AnyTagClassName
{
color: #CF29B5;
}
</style>
background-color css
<style>
a { background-color: #CF29B5; }
a { background-color: rgb(207,41,181); }
div.DivClassName
{
background-color: #CF29B5;
}
.BgClassName
{
background-color: #CF29B5;
}
</style>
border-color css
<style>
span { border-color: #CF29B5; }
span { border-color: rgb(207,41,181); }
td.TdClassName
{
border-color: #CF29B5;
}
.TagClassName
{
border-color: #CF29B5;
}
</style>