Shades of Fuchsia #CD44C5
Tints of Fuchsia #CD44C5
RGB
CMYK
RGB Variations
Color information
#CD44C5 (or 0xCD44C5) is known color: Fuchsia. HEX triplet: CD, 44 and C5. RGB value is (205,68,197). Sum of RGB (Red+Green+Blue) = 205+68+197=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44C5 is #32BB3A. Grayscale: #7B7B7B. Windows color (decimal): -3324731 or 12928205. OLE color: 12928205.
HSL color Cylindrical-coordinate representation of color #CD44C5: hue angle of 303.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD44C5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 197 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.20 |
| HSL | 303.5º | 0.58% | 0.54% | - |
| HSV(B) | 303.5º | 0.67% | 0.8% | - |
| XYZ | 37.32 | 21.14 | 54.94 | - |
| YUV | 123.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 197 | 0 | 0.67 | 0.04 | 0.20 | 303.5 | 0.58 | 0.54 |
| Hex | CD | 44 | C5 | 0 | 43 | 4 | 14 | 130 | 3A | 36 |
| Octal | 315 | 104 | 305 | 0 | 103 | 4 | 24 | 460 | 72 | 66 |
| Binary | 11001101 | 1000100 | 11000101 | 0 | 1000011 | 100 | 10100 | 100110000 | 111010 | 110110 |
Color Harmonies of #CD44C5
Complementary color
Monochromatic Colors of #CD44C5
Black with #CD44C5
Text Example
Text Example
White with #CD44C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD44C5; }
p { color: rgb(205,68,197); }
H1.HeaderClassName
{
color: #CD44C5;
}
.AnyTagClassName
{
color: #CD44C5;
}
</style>
background-color css
<style>
a { background-color: #CD44C5; }
a { background-color: rgb(205,68,197); }
div.DivClassName
{
background-color: #CD44C5;
}
.BgClassName
{
background-color: #CD44C5;
}
</style>
border-color css
<style>
span { border-color: #CD44C5; }
span { border-color: rgb(205,68,197); }
td.TdClassName
{
border-color: #CD44C5;
}
.TagClassName
{
border-color: #CD44C5;
}
</style>