Shades of Fuchsia #CF42D1
Tints of Fuchsia #CF42D1
RGB
CMYK
RGB Variations
Color information
#CF42D1 (or 0xCF42D1) is known color: Fuchsia. HEX triplet: CF, 42 and D1. RGB value is (207,66,209). Sum of RGB (Red+Green+Blue) = 207+66+209=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42D1 is #30BD2E. Grayscale: #7C7C7C. Windows color (decimal): -3194159 or 13714127. OLE color: 13714127.
HSL color Cylindrical-coordinate representation of color #CF42D1: hue angle of 299.16º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42D1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 66 | 209 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.18 |
| HSL | 299.16º | 0.61% | 0.54% | - |
| HSV(B) | 299.16º | 0.68% | 0.82% | - |
| XYZ | 39.19 | 21.77 | 62.46 | - |
| YUV | 124.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 209 | 0.01 | 0.68 | 0 | 0.18 | 299.16 | 0.61 | 0.54 |
| Hex | CF | 42 | D1 | 1 | 44 | 0 | 12 | 12B | 3D | 36 |
| Octal | 317 | 102 | 321 | 1 | 104 | 0 | 22 | 453 | 75 | 66 |
| Binary | 11001111 | 1000010 | 11010001 | 1 | 1000100 | 0 | 10010 | 100101011 | 111101 | 110110 |
Color Harmonies of #CF42D1
Complementary color
Monochromatic Colors of #CF42D1
Black with #CF42D1
Text Example
Text Example
White with #CF42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42D1; }
p { color: rgb(207,66,209); }
H1.HeaderClassName
{
color: #CF42D1;
}
.AnyTagClassName
{
color: #CF42D1;
}
</style>
background-color css
<style>
a { background-color: #CF42D1; }
a { background-color: rgb(207,66,209); }
div.DivClassName
{
background-color: #CF42D1;
}
.BgClassName
{
background-color: #CF42D1;
}
</style>
border-color css
<style>
span { border-color: #CF42D1; }
span { border-color: rgb(207,66,209); }
td.TdClassName
{
border-color: #CF42D1;
}
.TagClassName
{
border-color: #CF42D1;
}
</style>