Shades of Fuchsia #CD64B0
Tints of Fuchsia #CD64B0
RGB
CMYK
RGB Variations
Color information
#CD64B0 (or 0xCD64B0) is known color: Fuchsia. HEX triplet: CD, 64 and B0. RGB value is (205,100,176). Sum of RGB (Red+Green+Blue) = 205+100+176=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD64B0 is #329B4F. Grayscale: #8B8B8B. Windows color (decimal): -3316560 or 11560141. OLE color: 11560141.
HSL color Cylindrical-coordinate representation of color #CD64B0: hue angle of 316.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD64B0 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 176 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.20 |
| HSL | 316.57º | 0.51% | 0.6% | - |
| HSV(B) | 316.57º | 0.51% | 0.8% | - |
| XYZ | 37.57 | 25.23 | 43.96 | - |
| YUV | 140.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 176 | 0 | 0.51 | 0.14 | 0.20 | 316.57 | 0.51 | 0.6 |
| Hex | CD | 64 | B0 | 0 | 33 | E | 14 | 13D | 33 | 3C |
| Octal | 315 | 144 | 260 | 0 | 63 | 16 | 24 | 475 | 63 | 74 |
| Binary | 11001101 | 1100100 | 10110000 | 0 | 110011 | 1110 | 10100 | 100111101 | 110011 | 111100 |
Color Harmonies of #CD64B0
Complementary color
Monochromatic Colors of #CD64B0
Black with #CD64B0
Text Example
Text Example
White with #CD64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64B0; }
p { color: rgb(205,100,176); }
H1.HeaderClassName
{
color: #CD64B0;
}
.AnyTagClassName
{
color: #CD64B0;
}
</style>
background-color css
<style>
a { background-color: #CD64B0; }
a { background-color: rgb(205,100,176); }
div.DivClassName
{
background-color: #CD64B0;
}
.BgClassName
{
background-color: #CD64B0;
}
</style>
border-color css
<style>
span { border-color: #CD64B0; }
span { border-color: rgb(205,100,176); }
td.TdClassName
{
border-color: #CD64B0;
}
.TagClassName
{
border-color: #CD64B0;
}
</style>