Shades of Fuchsia #CD2ECC
Tints of Fuchsia #CD2ECC
RGB
CMYK
RGB Variations
Color information
#CD2ECC (or 0xCD2ECC) is known color: Fuchsia. HEX triplet: CD, 2E and CC. RGB value is (205,46,204). Sum of RGB (Red+Green+Blue) = 205+46+204=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ECC is #32D133. Grayscale: #6F6F6F. Windows color (decimal): -3330356 or 13381325. OLE color: 13381325.
HSL color Cylindrical-coordinate representation of color #CD2ECC: hue angle of 300.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2ECC is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 204 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.20 |
| HSL | 300.38º | 0.63% | 0.49% | - |
| HSV(B) | 300.38º | 0.78% | 0.8% | - |
| XYZ | 37.05 | 19.29 | 58.9 | - |
| YUV | 111.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 204 | 0 | 0.78 | 0.00 | 0.20 | 300.38 | 0.63 | 0.49 |
| Hex | CD | 2E | CC | 0 | 4E | 0 | 14 | 12C | 3F | 31 |
| Octal | 315 | 56 | 314 | 0 | 116 | 0 | 24 | 454 | 77 | 61 |
| Binary | 11001101 | 101110 | 11001100 | 0 | 1001110 | 0 | 10100 | 100101100 | 111111 | 110001 |
Color Harmonies of #CD2ECC
Complementary color
Monochromatic Colors of #CD2ECC
Black with #CD2ECC
Text Example
Text Example
White with #CD2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2ECC; }
p { color: rgb(205,46,204); }
H1.HeaderClassName
{
color: #CD2ECC;
}
.AnyTagClassName
{
color: #CD2ECC;
}
</style>
background-color css
<style>
a { background-color: #CD2ECC; }
a { background-color: rgb(205,46,204); }
div.DivClassName
{
background-color: #CD2ECC;
}
.BgClassName
{
background-color: #CD2ECC;
}
</style>
border-color css
<style>
span { border-color: #CD2ECC; }
span { border-color: rgb(205,46,204); }
td.TdClassName
{
border-color: #CD2ECC;
}
.TagClassName
{
border-color: #CD2ECC;
}
</style>