Shades of Fuchsia #DC42BC
Tints of Fuchsia #DC42BC
RGB
CMYK
RGB Variations
Color information
#DC42BC (or 0xDC42BC) is known color: Fuchsia. HEX triplet: DC, 42 and BC. RGB value is (220,66,188). Sum of RGB (Red+Green+Blue) = 220+66+188=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42BC is #23BD43. Grayscale: #7D7D7D. Windows color (decimal): -2342212 or 12337884. OLE color: 12337884.
HSL color Cylindrical-coordinate representation of color #DC42BC: hue angle of 312.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC42BC is Cyan = 0, Magento = 0.7, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 188 | - |
| CMYK | 0 | 0.7 | 0.15 | 0.14 |
| HSL | 312.47º | 0.69% | 0.56% | - |
| HSV(B) | 312.47º | 0.7% | 0.86% | - |
| XYZ | 40.54 | 22.74 | 49.83 | - |
| YUV | 125.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 188 | 0 | 0.7 | 0.15 | 0.14 | 312.47 | 0.69 | 0.56 |
| Hex | DC | 42 | BC | 0 | 46 | F | E | 138 | 45 | 38 |
| Octal | 334 | 102 | 274 | 0 | 106 | 17 | 16 | 470 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10111100 | 0 | 1000110 | 1111 | 1110 | 100111000 | 1000101 | 111000 |
Color Harmonies of #DC42BC
Complementary color
Monochromatic Colors of #DC42BC
Black with #DC42BC
Text Example
Text Example
White with #DC42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42BC; }
p { color: rgb(220,66,188); }
H1.HeaderClassName
{
color: #DC42BC;
}
.AnyTagClassName
{
color: #DC42BC;
}
</style>
background-color css
<style>
a { background-color: #DC42BC; }
a { background-color: rgb(220,66,188); }
div.DivClassName
{
background-color: #DC42BC;
}
.BgClassName
{
background-color: #DC42BC;
}
</style>
border-color css
<style>
span { border-color: #DC42BC; }
span { border-color: rgb(220,66,188); }
td.TdClassName
{
border-color: #DC42BC;
}
.TagClassName
{
border-color: #DC42BC;
}
</style>