Shades of Fuchsia #CF42BF
Tints of Fuchsia #CF42BF
RGB
CMYK
RGB Variations
Color information
#CF42BF (or 0xCF42BF) is known color: Fuchsia. HEX triplet: CF, 42 and BF. RGB value is (207,66,191). Sum of RGB (Red+Green+Blue) = 207+66+191=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42BF is #30BD40. Grayscale: #7A7A7A. Windows color (decimal): -3194177 or 12534479. OLE color: 12534479.
HSL color Cylindrical-coordinate representation of color #CF42BF: hue angle of 306.81º 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 #CF42BF is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 191 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.19 |
| HSL | 306.81º | 0.59% | 0.54% | - |
| HSV(B) | 306.81º | 0.68% | 0.81% | - |
| XYZ | 37.08 | 20.92 | 51.37 | - |
| YUV | 122.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 191 | 0 | 0.68 | 0.08 | 0.19 | 306.81 | 0.59 | 0.54 |
| Hex | CF | 42 | BF | 0 | 44 | 8 | 13 | 133 | 3B | 36 |
| Octal | 317 | 102 | 277 | 0 | 104 | 10 | 23 | 463 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10111111 | 0 | 1000100 | 1000 | 10011 | 100110011 | 111011 | 110110 |
Color Harmonies of #CF42BF
Complementary color
Monochromatic Colors of #CF42BF
Black with #CF42BF
Text Example
Text Example
White with #CF42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42BF; }
p { color: rgb(207,66,191); }
H1.HeaderClassName
{
color: #CF42BF;
}
.AnyTagClassName
{
color: #CF42BF;
}
</style>
background-color css
<style>
a { background-color: #CF42BF; }
a { background-color: rgb(207,66,191); }
div.DivClassName
{
background-color: #CF42BF;
}
.BgClassName
{
background-color: #CF42BF;
}
</style>
border-color css
<style>
span { border-color: #CF42BF; }
span { border-color: rgb(207,66,191); }
td.TdClassName
{
border-color: #CF42BF;
}
.TagClassName
{
border-color: #CF42BF;
}
</style>