Shades of Fuchsia #CF42BE
Tints of Fuchsia #CF42BE
RGB
CMYK
RGB Variations
Color information
#CF42BE (or 0xCF42BE) is known color: Fuchsia. HEX triplet: CF, 42 and BE. RGB value is (207,66,190). Sum of RGB (Red+Green+Blue) = 207+66+190=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42BE is #30BD41. Grayscale: #797979. Windows color (decimal): -3194178 or 12468943. OLE color: 12468943.
HSL color Cylindrical-coordinate representation of color #CF42BE: hue angle of 307.23º 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 #CF42BE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 190 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.19 |
| HSL | 307.23º | 0.59% | 0.54% | - |
| HSV(B) | 307.23º | 0.68% | 0.81% | - |
| XYZ | 36.97 | 20.88 | 50.8 | - |
| YUV | 122.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 190 | 0 | 0.68 | 0.08 | 0.19 | 307.23 | 0.59 | 0.54 |
| Hex | CF | 42 | BE | 0 | 44 | 8 | 13 | 133 | 3B | 36 |
| Octal | 317 | 102 | 276 | 0 | 104 | 10 | 23 | 463 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10111110 | 0 | 1000100 | 1000 | 10011 | 100110011 | 111011 | 110110 |
Color Harmonies of #CF42BE
Complementary color
Monochromatic Colors of #CF42BE
Black with #CF42BE
Text Example
Text Example
White with #CF42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42BE; }
p { color: rgb(207,66,190); }
H1.HeaderClassName
{
color: #CF42BE;
}
.AnyTagClassName
{
color: #CF42BE;
}
</style>
background-color css
<style>
a { background-color: #CF42BE; }
a { background-color: rgb(207,66,190); }
div.DivClassName
{
background-color: #CF42BE;
}
.BgClassName
{
background-color: #CF42BE;
}
</style>
border-color css
<style>
span { border-color: #CF42BE; }
span { border-color: rgb(207,66,190); }
td.TdClassName
{
border-color: #CF42BE;
}
.TagClassName
{
border-color: #CF42BE;
}
</style>