Shades of Fuchsia #CF2DCD
Tints of Fuchsia #CF2DCD
RGB
CMYK
RGB Variations
Color information
#CF2DCD (or 0xCF2DCD) is known color: Fuchsia. HEX triplet: CF, 2D and CD. RGB value is (207,45,205). Sum of RGB (Red+Green+Blue) = 207+45+205=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DCD is #30D232. Grayscale: #6F6F6F. Windows color (decimal): -3199539 or 13446607. OLE color: 13446607.
HSL color Cylindrical-coordinate representation of color #CF2DCD: hue angle of 300.74º 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 #CF2DCD is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 205 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.19 |
| HSL | 300.74º | 0.64% | 0.49% | - |
| HSV(B) | 300.74º | 0.78% | 0.81% | - |
| XYZ | 37.69 | 19.55 | 59.54 | - |
| YUV | 111.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 205 | 0 | 0.78 | 0.01 | 0.19 | 300.74 | 0.64 | 0.49 |
| Hex | CF | 2D | CD | 0 | 4E | 1 | 13 | 12D | 40 | 31 |
| Octal | 317 | 55 | 315 | 0 | 116 | 1 | 23 | 455 | 100 | 61 |
| Binary | 11001111 | 101101 | 11001101 | 0 | 1001110 | 1 | 10011 | 100101101 | 1000000 | 110001 |
Color Harmonies of #CF2DCD
Complementary color
Monochromatic Colors of #CF2DCD
Black with #CF2DCD
Text Example
Text Example
White with #CF2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DCD; }
p { color: rgb(207,45,205); }
H1.HeaderClassName
{
color: #CF2DCD;
}
.AnyTagClassName
{
color: #CF2DCD;
}
</style>
background-color css
<style>
a { background-color: #CF2DCD; }
a { background-color: rgb(207,45,205); }
div.DivClassName
{
background-color: #CF2DCD;
}
.BgClassName
{
background-color: #CF2DCD;
}
</style>
border-color css
<style>
span { border-color: #CF2DCD; }
span { border-color: rgb(207,45,205); }
td.TdClassName
{
border-color: #CF2DCD;
}
.TagClassName
{
border-color: #CF2DCD;
}
</style>