Shades of Fuchsia #CF42CC
Tints of Fuchsia #CF42CC
RGB
CMYK
RGB Variations
Color information
#CF42CC (or 0xCF42CC) is known color: Fuchsia. HEX triplet: CF, 42 and CC. RGB value is (207,66,204). Sum of RGB (Red+Green+Blue) = 207+66+204=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42CC is #30BD33. Grayscale: #7B7B7B. Windows color (decimal): -3194164 or 13386447. OLE color: 13386447.
HSL color Cylindrical-coordinate representation of color #CF42CC: hue angle of 301.28º 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 #CF42CC is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 204 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.19 |
| HSL | 301.28º | 0.59% | 0.54% | - |
| HSV(B) | 301.28º | 0.68% | 0.81% | - |
| XYZ | 38.58 | 21.52 | 59.25 | - |
| YUV | 123.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 204 | 0 | 0.68 | 0.01 | 0.19 | 301.28 | 0.59 | 0.54 |
| Hex | CF | 42 | CC | 0 | 44 | 1 | 13 | 12D | 3B | 36 |
| Octal | 317 | 102 | 314 | 0 | 104 | 1 | 23 | 455 | 73 | 66 |
| Binary | 11001111 | 1000010 | 11001100 | 0 | 1000100 | 1 | 10011 | 100101101 | 111011 | 110110 |
Color Harmonies of #CF42CC
Complementary color
Monochromatic Colors of #CF42CC
Black with #CF42CC
Text Example
Text Example
White with #CF42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42CC; }
p { color: rgb(207,66,204); }
H1.HeaderClassName
{
color: #CF42CC;
}
.AnyTagClassName
{
color: #CF42CC;
}
</style>
background-color css
<style>
a { background-color: #CF42CC; }
a { background-color: rgb(207,66,204); }
div.DivClassName
{
background-color: #CF42CC;
}
.BgClassName
{
background-color: #CF42CC;
}
</style>
border-color css
<style>
span { border-color: #CF42CC; }
span { border-color: rgb(207,66,204); }
td.TdClassName
{
border-color: #CF42CC;
}
.TagClassName
{
border-color: #CF42CC;
}
</style>