Shades of Fuchsia #CF42CE
Tints of Fuchsia #CF42CE
RGB
CMYK
RGB Variations
Color information
#CF42CE (or 0xCF42CE) is known color: Fuchsia. HEX triplet: CF, 42 and CE. RGB value is (207,66,206). Sum of RGB (Red+Green+Blue) = 207+66+206=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42CE is #30BD31. Grayscale: #7B7B7B. Windows color (decimal): -3194162 or 13517519. OLE color: 13517519.
HSL color Cylindrical-coordinate representation of color #CF42CE: hue angle of 300.43º 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 #CF42CE is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 206 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.19 |
| HSL | 300.43º | 0.59% | 0.54% | - |
| HSV(B) | 300.43º | 0.68% | 0.81% | - |
| XYZ | 38.82 | 21.62 | 60.52 | - |
| YUV | 124.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 206 | 0 | 0.68 | 0.00 | 0.19 | 300.43 | 0.59 | 0.54 |
| Hex | CF | 42 | CE | 0 | 44 | 0 | 13 | 12C | 3B | 36 |
| Octal | 317 | 102 | 316 | 0 | 104 | 0 | 23 | 454 | 73 | 66 |
| Binary | 11001111 | 1000010 | 11001110 | 0 | 1000100 | 0 | 10011 | 100101100 | 111011 | 110110 |
Color Harmonies of #CF42CE
Complementary color
Monochromatic Colors of #CF42CE
Black with #CF42CE
Text Example
Text Example
White with #CF42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42CE; }
p { color: rgb(207,66,206); }
H1.HeaderClassName
{
color: #CF42CE;
}
.AnyTagClassName
{
color: #CF42CE;
}
</style>
background-color css
<style>
a { background-color: #CF42CE; }
a { background-color: rgb(207,66,206); }
div.DivClassName
{
background-color: #CF42CE;
}
.BgClassName
{
background-color: #CF42CE;
}
</style>
border-color css
<style>
span { border-color: #CF42CE; }
span { border-color: rgb(207,66,206); }
td.TdClassName
{
border-color: #CF42CE;
}
.TagClassName
{
border-color: #CF42CE;
}
</style>