Shades of Fuchsia #CF2DC2
Tints of Fuchsia #CF2DC2
RGB
CMYK
RGB Variations
Color information
#CF2DC2 (or 0xCF2DC2) is known color: Fuchsia. HEX triplet: CF, 2D and C2. RGB value is (207,45,194). Sum of RGB (Red+Green+Blue) = 207+45+194=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DC2 is #30D23D. Grayscale: #6D6D6D. Windows color (decimal): -3199550 or 12725711. OLE color: 12725711.
HSL color Cylindrical-coordinate representation of color #CF2DC2: hue angle of 304.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DC2 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 194 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.19 |
| HSL | 304.81º | 0.64% | 0.49% | - |
| HSV(B) | 304.81º | 0.78% | 0.81% | - |
| XYZ | 36.41 | 19.04 | 52.79 | - |
| YUV | 110.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 194 | 0 | 0.78 | 0.06 | 0.19 | 304.81 | 0.64 | 0.49 |
| Hex | CF | 2D | C2 | 0 | 4E | 6 | 13 | 131 | 40 | 31 |
| Octal | 317 | 55 | 302 | 0 | 116 | 6 | 23 | 461 | 100 | 61 |
| Binary | 11001111 | 101101 | 11000010 | 0 | 1001110 | 110 | 10011 | 100110001 | 1000000 | 110001 |
Color Harmonies of #CF2DC2
Complementary color
Monochromatic Colors of #CF2DC2
Black with #CF2DC2
Text Example
Text Example
White with #CF2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DC2; }
p { color: rgb(207,45,194); }
H1.HeaderClassName
{
color: #CF2DC2;
}
.AnyTagClassName
{
color: #CF2DC2;
}
</style>
background-color css
<style>
a { background-color: #CF2DC2; }
a { background-color: rgb(207,45,194); }
div.DivClassName
{
background-color: #CF2DC2;
}
.BgClassName
{
background-color: #CF2DC2;
}
</style>
border-color css
<style>
span { border-color: #CF2DC2; }
span { border-color: rgb(207,45,194); }
td.TdClassName
{
border-color: #CF2DC2;
}
.TagClassName
{
border-color: #CF2DC2;
}
</style>