Shades of Fuchsia #CD50C0
Tints of Fuchsia #CD50C0
RGB
CMYK
RGB Variations
Color information
#CD50C0 (or 0xCD50C0) is known color: Fuchsia. HEX triplet: CD, 50 and C0. RGB value is (205,80,192). Sum of RGB (Red+Green+Blue) = 205+80+192=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50C0 is #32AF3F. Grayscale: #818181. Windows color (decimal): -3321664 or 12603597. OLE color: 12603597.
HSL color Cylindrical-coordinate representation of color #CD50C0: hue angle of 306.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD50C0 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 192 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.20 |
| HSL | 306.24º | 0.56% | 0.56% | - |
| HSV(B) | 306.24º | 0.61% | 0.8% | - |
| XYZ | 37.56 | 22.52 | 52.24 | - |
| YUV | 130.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 192 | 0 | 0.61 | 0.06 | 0.20 | 306.24 | 0.56 | 0.56 |
| Hex | CD | 50 | C0 | 0 | 3D | 6 | 14 | 132 | 38 | 38 |
| Octal | 315 | 120 | 300 | 0 | 75 | 6 | 24 | 462 | 70 | 70 |
| Binary | 11001101 | 1010000 | 11000000 | 0 | 111101 | 110 | 10100 | 100110010 | 111000 | 111000 |
Color Harmonies of #CD50C0
Complementary color
Monochromatic Colors of #CD50C0
Black with #CD50C0
Text Example
Text Example
White with #CD50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50C0; }
p { color: rgb(205,80,192); }
H1.HeaderClassName
{
color: #CD50C0;
}
.AnyTagClassName
{
color: #CD50C0;
}
</style>
background-color css
<style>
a { background-color: #CD50C0; }
a { background-color: rgb(205,80,192); }
div.DivClassName
{
background-color: #CD50C0;
}
.BgClassName
{
background-color: #CD50C0;
}
</style>
border-color css
<style>
span { border-color: #CD50C0; }
span { border-color: rgb(205,80,192); }
td.TdClassName
{
border-color: #CD50C0;
}
.TagClassName
{
border-color: #CD50C0;
}
</style>