Shades of Fuchsia #D241C5
Tints of Fuchsia #D241C5
RGB
CMYK
RGB Variations
Color information
#D241C5 (or 0xD241C5) is known color: Fuchsia. HEX triplet: D2, 41 and C5. RGB value is (210,65,197). Sum of RGB (Red+Green+Blue) = 210+65+197=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D241C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241C5 is #2DBE3A. Grayscale: #7B7B7B. Windows color (decimal): -2997819 or 12927442. OLE color: 12927442.
HSL color Cylindrical-coordinate representation of color #D241C5: hue angle of 305.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D241C5 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 197 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.18 |
| HSL | 305.38º | 0.62% | 0.54% | - |
| HSV(B) | 305.38º | 0.69% | 0.82% | - |
| XYZ | 38.55 | 21.51 | 54.94 | - |
| YUV | 123.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 197 | 0 | 0.69 | 0.06 | 0.18 | 305.38 | 0.62 | 0.54 |
| Hex | D2 | 41 | C5 | 0 | 45 | 6 | 12 | 131 | 3E | 36 |
| Octal | 322 | 101 | 305 | 0 | 105 | 6 | 22 | 461 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11000101 | 0 | 1000101 | 110 | 10010 | 100110001 | 111110 | 110110 |
Color Harmonies of #D241C5
Complementary color
Monochromatic Colors of #D241C5
Black with #D241C5
Text Example
Text Example
White with #D241C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241C5; }
p { color: rgb(210,65,197); }
H1.HeaderClassName
{
color: #D241C5;
}
.AnyTagClassName
{
color: #D241C5;
}
</style>
background-color css
<style>
a { background-color: #D241C5; }
a { background-color: rgb(210,65,197); }
div.DivClassName
{
background-color: #D241C5;
}
.BgClassName
{
background-color: #D241C5;
}
</style>
border-color css
<style>
span { border-color: #D241C5; }
span { border-color: rgb(210,65,197); }
td.TdClassName
{
border-color: #D241C5;
}
.TagClassName
{
border-color: #D241C5;
}
</style>