Shades of Fuchsia #CD42B1
Tints of Fuchsia #CD42B1
RGB
CMYK
RGB Variations
Color information
#CD42B1 (or 0xCD42B1) is known color: Fuchsia. HEX triplet: CD, 42 and B1. RGB value is (205,66,177). Sum of RGB (Red+Green+Blue) = 205+66+177=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42B1 is #32BD4E. Grayscale: #777777. Windows color (decimal): -3325263 or 11616973. OLE color: 11616973.
HSL color Cylindrical-coordinate representation of color #CD42B1: hue angle of 312.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42B1 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 177 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.20 |
| HSL | 312.09º | 0.58% | 0.53% | - |
| HSV(B) | 312.09º | 0.68% | 0.8% | - |
| XYZ | 35.06 | 20.05 | 43.62 | - |
| YUV | 120.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 177 | 0 | 0.68 | 0.14 | 0.20 | 312.09 | 0.58 | 0.53 |
| Hex | CD | 42 | B1 | 0 | 44 | E | 14 | 138 | 3A | 35 |
| Octal | 315 | 102 | 261 | 0 | 104 | 16 | 24 | 470 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10110001 | 0 | 1000100 | 1110 | 10100 | 100111000 | 111010 | 110101 |
Color Harmonies of #CD42B1
Complementary color
Monochromatic Colors of #CD42B1
Black with #CD42B1
Text Example
Text Example
White with #CD42B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42B1; }
p { color: rgb(205,66,177); }
H1.HeaderClassName
{
color: #CD42B1;
}
.AnyTagClassName
{
color: #CD42B1;
}
</style>
background-color css
<style>
a { background-color: #CD42B1; }
a { background-color: rgb(205,66,177); }
div.DivClassName
{
background-color: #CD42B1;
}
.BgClassName
{
background-color: #CD42B1;
}
</style>
border-color css
<style>
span { border-color: #CD42B1; }
span { border-color: rgb(205,66,177); }
td.TdClassName
{
border-color: #CD42B1;
}
.TagClassName
{
border-color: #CD42B1;
}
</style>