Shades of Fuchsia #CD32B7
Tints of Fuchsia #CD32B7
RGB
CMYK
RGB Variations
Color information
#CD32B7 (or 0xCD32B7) is known color: Fuchsia. HEX triplet: CD, 32 and B7. RGB value is (205,50,183). Sum of RGB (Red+Green+Blue) = 205+50+183=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B7 is #32CD48. Grayscale: #6F6F6F. Windows color (decimal): -3329353 or 12006093. OLE color: 12006093.
HSL color Cylindrical-coordinate representation of color #CD32B7: hue angle of 308.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32B7 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 183 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.20 |
| HSL | 308.52º | 0.61% | 0.5% | - |
| HSV(B) | 308.52º | 0.76% | 0.8% | - |
| XYZ | 34.86 | 18.68 | 46.57 | - |
| YUV | 111.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 183 | 0 | 0.76 | 0.11 | 0.20 | 308.52 | 0.61 | 0.5 |
| Hex | CD | 32 | B7 | 0 | 4C | B | 14 | 135 | 3D | 32 |
| Octal | 315 | 62 | 267 | 0 | 114 | 13 | 24 | 465 | 75 | 62 |
| Binary | 11001101 | 110010 | 10110111 | 0 | 1001100 | 1011 | 10100 | 100110101 | 111101 | 110010 |
Color Harmonies of #CD32B7
Complementary color
Monochromatic Colors of #CD32B7
Black with #CD32B7
Text Example
Text Example
White with #CD32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32B7; }
p { color: rgb(205,50,183); }
H1.HeaderClassName
{
color: #CD32B7;
}
.AnyTagClassName
{
color: #CD32B7;
}
</style>
background-color css
<style>
a { background-color: #CD32B7; }
a { background-color: rgb(205,50,183); }
div.DivClassName
{
background-color: #CD32B7;
}
.BgClassName
{
background-color: #CD32B7;
}
</style>
border-color css
<style>
span { border-color: #CD32B7; }
span { border-color: rgb(205,50,183); }
td.TdClassName
{
border-color: #CD32B7;
}
.TagClassName
{
border-color: #CD32B7;
}
</style>