Shades of Fuchsia #CD49C2
Tints of Fuchsia #CD49C2
RGB
CMYK
RGB Variations
Color information
#CD49C2 (or 0xCD49C2) is known color: Fuchsia. HEX triplet: CD, 49 and C2. RGB value is (205,73,194). Sum of RGB (Red+Green+Blue) = 205+73+194=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49C2 is #32B63D. Grayscale: #7D7D7D. Windows color (decimal): -3323454 or 12732877. OLE color: 12732877.
HSL color Cylindrical-coordinate representation of color #CD49C2: hue angle of 305º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49C2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 194 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.20 |
| HSL | 305º | 0.57% | 0.55% | - |
| HSV(B) | 305º | 0.64% | 0.8% | - |
| XYZ | 37.3 | 21.64 | 53.25 | - |
| YUV | 126.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 194 | 0 | 0.64 | 0.05 | 0.20 | 305 | 0.57 | 0.55 |
| Hex | CD | 49 | C2 | 0 | 40 | 5 | 14 | 131 | 39 | 37 |
| Octal | 315 | 111 | 302 | 0 | 100 | 5 | 24 | 461 | 71 | 67 |
| Binary | 11001101 | 1001001 | 11000010 | 0 | 1000000 | 101 | 10100 | 100110001 | 111001 | 110111 |
Color Harmonies of #CD49C2
Complementary color
Monochromatic Colors of #CD49C2
Black with #CD49C2
Text Example
Text Example
White with #CD49C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49C2; }
p { color: rgb(205,73,194); }
H1.HeaderClassName
{
color: #CD49C2;
}
.AnyTagClassName
{
color: #CD49C2;
}
</style>
background-color css
<style>
a { background-color: #CD49C2; }
a { background-color: rgb(205,73,194); }
div.DivClassName
{
background-color: #CD49C2;
}
.BgClassName
{
background-color: #CD49C2;
}
</style>
border-color css
<style>
span { border-color: #CD49C2; }
span { border-color: rgb(205,73,194); }
td.TdClassName
{
border-color: #CD49C2;
}
.TagClassName
{
border-color: #CD49C2;
}
</style>