Shades of Fuchsia #CD32B4
Tints of Fuchsia #CD32B4
RGB
CMYK
RGB Variations
Color information
#CD32B4 (or 0xCD32B4) is known color: Fuchsia. HEX triplet: CD, 32 and B4. RGB value is (205,50,180). Sum of RGB (Red+Green+Blue) = 205+50+180=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B4 is #32CD4B. Grayscale: #6E6E6E. Windows color (decimal): -3329356 or 11809485. OLE color: 11809485.
HSL color Cylindrical-coordinate representation of color #CD32B4: hue angle of 309.68º 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 #CD32B4 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 180 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.20 |
| HSL | 309.68º | 0.61% | 0.5% | - |
| HSV(B) | 309.68º | 0.76% | 0.8% | - |
| XYZ | 34.56 | 18.56 | 44.94 | - |
| YUV | 111.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 180 | 0 | 0.76 | 0.12 | 0.20 | 309.68 | 0.61 | 0.5 |
| Hex | CD | 32 | B4 | 0 | 4C | C | 14 | 136 | 3D | 32 |
| Octal | 315 | 62 | 264 | 0 | 114 | 14 | 24 | 466 | 75 | 62 |
| Binary | 11001101 | 110010 | 10110100 | 0 | 1001100 | 1100 | 10100 | 100110110 | 111101 | 110010 |
Color Harmonies of #CD32B4
Complementary color
Monochromatic Colors of #CD32B4
Black with #CD32B4
Text Example
Text Example
White with #CD32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32B4; }
p { color: rgb(205,50,180); }
H1.HeaderClassName
{
color: #CD32B4;
}
.AnyTagClassName
{
color: #CD32B4;
}
</style>
background-color css
<style>
a { background-color: #CD32B4; }
a { background-color: rgb(205,50,180); }
div.DivClassName
{
background-color: #CD32B4;
}
.BgClassName
{
background-color: #CD32B4;
}
</style>
border-color css
<style>
span { border-color: #CD32B4; }
span { border-color: rgb(205,50,180); }
td.TdClassName
{
border-color: #CD32B4;
}
.TagClassName
{
border-color: #CD32B4;
}
</style>