Shades of Fuchsia #CF42B6
Tints of Fuchsia #CF42B6
RGB
CMYK
RGB Variations
Color information
#CF42B6 (or 0xCF42B6) is known color: Fuchsia. HEX triplet: CF, 42 and B6. RGB value is (207,66,182). Sum of RGB (Red+Green+Blue) = 207+66+182=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42B6 is #30BD49. Grayscale: #797979. Windows color (decimal): -3194186 or 11944655. OLE color: 11944655.
HSL color Cylindrical-coordinate representation of color #CF42B6: hue angle of 310.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42B6 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 182 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.19 |
| HSL | 310.64º | 0.59% | 0.54% | - |
| HSV(B) | 310.64º | 0.68% | 0.81% | - |
| XYZ | 36.12 | 20.54 | 46.32 | - |
| YUV | 121.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 182 | 0 | 0.68 | 0.12 | 0.19 | 310.64 | 0.59 | 0.54 |
| Hex | CF | 42 | B6 | 0 | 44 | C | 13 | 137 | 3B | 36 |
| Octal | 317 | 102 | 266 | 0 | 104 | 14 | 23 | 467 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10110110 | 0 | 1000100 | 1100 | 10011 | 100110111 | 111011 | 110110 |
Color Harmonies of #CF42B6
Complementary color
Monochromatic Colors of #CF42B6
Black with #CF42B6
Text Example
Text Example
White with #CF42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42B6; }
p { color: rgb(207,66,182); }
H1.HeaderClassName
{
color: #CF42B6;
}
.AnyTagClassName
{
color: #CF42B6;
}
</style>
background-color css
<style>
a { background-color: #CF42B6; }
a { background-color: rgb(207,66,182); }
div.DivClassName
{
background-color: #CF42B6;
}
.BgClassName
{
background-color: #CF42B6;
}
</style>
border-color css
<style>
span { border-color: #CF42B6; }
span { border-color: rgb(207,66,182); }
td.TdClassName
{
border-color: #CF42B6;
}
.TagClassName
{
border-color: #CF42B6;
}
</style>