Shades of Fuchsia #CD46C6
Tints of Fuchsia #CD46C6
RGB
CMYK
RGB Variations
Color information
#CD46C6 (or 0xCD46C6) is known color: Fuchsia. HEX triplet: CD, 46 and C6. RGB value is (205,70,198). Sum of RGB (Red+Green+Blue) = 205+70+198=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46C6 is #32B939. Grayscale: #7C7C7C. Windows color (decimal): -3324218 or 12994253. OLE color: 12994253.
HSL color Cylindrical-coordinate representation of color #CD46C6: hue angle of 303.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46C6 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 198 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.20 |
| HSL | 303.11º | 0.57% | 0.54% | - |
| HSV(B) | 303.11º | 0.66% | 0.8% | - |
| XYZ | 37.56 | 21.44 | 55.58 | - |
| YUV | 124.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 198 | 0 | 0.66 | 0.03 | 0.20 | 303.11 | 0.57 | 0.54 |
| Hex | CD | 46 | C6 | 0 | 42 | 3 | 14 | 12F | 39 | 36 |
| Octal | 315 | 106 | 306 | 0 | 102 | 3 | 24 | 457 | 71 | 66 |
| Binary | 11001101 | 1000110 | 11000110 | 0 | 1000010 | 11 | 10100 | 100101111 | 111001 | 110110 |
Color Harmonies of #CD46C6
Complementary color
Monochromatic Colors of #CD46C6
Black with #CD46C6
Text Example
Text Example
White with #CD46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD46C6; }
p { color: rgb(205,70,198); }
H1.HeaderClassName
{
color: #CD46C6;
}
.AnyTagClassName
{
color: #CD46C6;
}
</style>
background-color css
<style>
a { background-color: #CD46C6; }
a { background-color: rgb(205,70,198); }
div.DivClassName
{
background-color: #CD46C6;
}
.BgClassName
{
background-color: #CD46C6;
}
</style>
border-color css
<style>
span { border-color: #CD46C6; }
span { border-color: rgb(205,70,198); }
td.TdClassName
{
border-color: #CD46C6;
}
.TagClassName
{
border-color: #CD46C6;
}
</style>