Shades of Fuchsia #CF42AF
Tints of Fuchsia #CF42AF
RGB
CMYK
RGB Variations
Color information
#CF42AF (or 0xCF42AF) is known color: Fuchsia. HEX triplet: CF, 42 and AF. RGB value is (207,66,175). Sum of RGB (Red+Green+Blue) = 207+66+175=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF42AF is #30BD50. Grayscale: #787878. Windows color (decimal): -3194193 or 11485903. OLE color: 11485903.
HSL color Cylindrical-coordinate representation of color #CF42AF: hue angle of 313.62º 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 #CF42AF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 175 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.19 |
| HSL | 313.62º | 0.59% | 0.54% | - |
| HSV(B) | 313.62º | 0.68% | 0.81% | - |
| XYZ | 35.42 | 20.26 | 42.6 | - |
| YUV | 120.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 175 | 0 | 0.68 | 0.15 | 0.19 | 313.62 | 0.59 | 0.54 |
| Hex | CF | 42 | AF | 0 | 44 | F | 13 | 13A | 3B | 36 |
| Octal | 317 | 102 | 257 | 0 | 104 | 17 | 23 | 472 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10101111 | 0 | 1000100 | 1111 | 10011 | 100111010 | 111011 | 110110 |
Color Harmonies of #CF42AF
Complementary color
Monochromatic Colors of #CF42AF
Black with #CF42AF
Text Example
Text Example
White with #CF42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42AF; }
p { color: rgb(207,66,175); }
H1.HeaderClassName
{
color: #CF42AF;
}
.AnyTagClassName
{
color: #CF42AF;
}
</style>
background-color css
<style>
a { background-color: #CF42AF; }
a { background-color: rgb(207,66,175); }
div.DivClassName
{
background-color: #CF42AF;
}
.BgClassName
{
background-color: #CF42AF;
}
</style>
border-color css
<style>
span { border-color: #CF42AF; }
span { border-color: rgb(207,66,175); }
td.TdClassName
{
border-color: #CF42AF;
}
.TagClassName
{
border-color: #CF42AF;
}
</style>