Shades of Fuchsia #CD46CE
Tints of Fuchsia #CD46CE
RGB
CMYK
RGB Variations
Color information
#CD46CE (or 0xCD46CE) is known color: Fuchsia. HEX triplet: CD, 46 and CE. RGB value is (205,70,206). Sum of RGB (Red+Green+Blue) = 205+70+206=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46CE is #32B931. Grayscale: #7D7D7D. Windows color (decimal): -3324210 or 13518541. OLE color: 13518541.
HSL color Cylindrical-coordinate representation of color #CD46CE: hue angle of 299.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46CE is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 70 | 206 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.19 |
| HSL | 299.56º | 0.58% | 0.54% | - |
| HSV(B) | 299.56º | 0.66% | 0.81% | - |
| XYZ | 38.51 | 21.82 | 60.57 | - |
| YUV | 125.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 206 | 0.00 | 0.66 | 0 | 0.19 | 299.56 | 0.58 | 0.54 |
| Hex | CD | 46 | CE | 0 | 42 | 0 | 13 | 12C | 3A | 36 |
| Octal | 315 | 106 | 316 | 0 | 102 | 0 | 23 | 454 | 72 | 66 |
| Binary | 11001101 | 1000110 | 11001110 | 0 | 1000010 | 0 | 10011 | 100101100 | 111010 | 110110 |
Color Harmonies of #CD46CE
Complementary color
Monochromatic Colors of #CD46CE
Black with #CD46CE
Text Example
Text Example
White with #CD46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD46CE; }
p { color: rgb(205,70,206); }
H1.HeaderClassName
{
color: #CD46CE;
}
.AnyTagClassName
{
color: #CD46CE;
}
</style>
background-color css
<style>
a { background-color: #CD46CE; }
a { background-color: rgb(205,70,206); }
div.DivClassName
{
background-color: #CD46CE;
}
.BgClassName
{
background-color: #CD46CE;
}
</style>
border-color css
<style>
span { border-color: #CD46CE; }
span { border-color: rgb(205,70,206); }
td.TdClassName
{
border-color: #CD46CE;
}
.TagClassName
{
border-color: #CD46CE;
}
</style>