Shades of Fuchsia #D241CF
Tints of Fuchsia #D241CF
RGB
CMYK
RGB Variations
Color information
#D241CF (or 0xD241CF) is known color: Fuchsia. HEX triplet: D2, 41 and CF. RGB value is (210,65,207). Sum of RGB (Red+Green+Blue) = 210+65+207=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D241CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241CF is #2DBE30. Grayscale: #7C7C7C. Windows color (decimal): -2997809 or 13582802. OLE color: 13582802.
HSL color Cylindrical-coordinate representation of color #D241CF: hue angle of 301.24º 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 #D241CF is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 207 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.18 |
| HSL | 301.24º | 0.62% | 0.54% | - |
| HSV(B) | 301.24º | 0.69% | 0.82% | - |
| XYZ | 39.73 | 21.99 | 61.18 | - |
| YUV | 124.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 207 | 0 | 0.69 | 0.01 | 0.18 | 301.24 | 0.62 | 0.54 |
| Hex | D2 | 41 | CF | 0 | 45 | 1 | 12 | 12D | 3E | 36 |
| Octal | 322 | 101 | 317 | 0 | 105 | 1 | 22 | 455 | 76 | 66 |
| Binary | 11010010 | 1000001 | 11001111 | 0 | 1000101 | 1 | 10010 | 100101101 | 111110 | 110110 |
Color Harmonies of #D241CF
Complementary color
Monochromatic Colors of #D241CF
Black with #D241CF
Text Example
Text Example
White with #D241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241CF; }
p { color: rgb(210,65,207); }
H1.HeaderClassName
{
color: #D241CF;
}
.AnyTagClassName
{
color: #D241CF;
}
</style>
background-color css
<style>
a { background-color: #D241CF; }
a { background-color: rgb(210,65,207); }
div.DivClassName
{
background-color: #D241CF;
}
.BgClassName
{
background-color: #D241CF;
}
</style>
border-color css
<style>
span { border-color: #D241CF; }
span { border-color: rgb(210,65,207); }
td.TdClassName
{
border-color: #D241CF;
}
.TagClassName
{
border-color: #D241CF;
}
</style>