Shades of Fuchsia #CD50CE
Tints of Fuchsia #CD50CE
RGB
CMYK
RGB Variations
Color information
#CD50CE (or 0xCD50CE) is known color: Fuchsia. HEX triplet: CD, 50 and CE. RGB value is (205,80,206). Sum of RGB (Red+Green+Blue) = 205+80+206=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50CE is #32AF31. Grayscale: #838383. Windows color (decimal): -3321650 or 13521101. OLE color: 13521101.
HSL color Cylindrical-coordinate representation of color #CD50CE: hue angle of 299.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD50CE is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 80 | 206 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.19 |
| HSL | 299.52º | 0.56% | 0.56% | - |
| HSV(B) | 299.52º | 0.61% | 0.81% | - |
| XYZ | 39.19 | 23.17 | 60.8 | - |
| YUV | 131.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 206 | 0.00 | 0.61 | 0 | 0.19 | 299.52 | 0.56 | 0.56 |
| Hex | CD | 50 | CE | 0 | 3D | 0 | 13 | 12C | 38 | 38 |
| Octal | 315 | 120 | 316 | 0 | 75 | 0 | 23 | 454 | 70 | 70 |
| Binary | 11001101 | 1010000 | 11001110 | 0 | 111101 | 0 | 10011 | 100101100 | 111000 | 111000 |
Color Harmonies of #CD50CE
Complementary color
Monochromatic Colors of #CD50CE
Black with #CD50CE
Text Example
Text Example
White with #CD50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50CE; }
p { color: rgb(205,80,206); }
H1.HeaderClassName
{
color: #CD50CE;
}
.AnyTagClassName
{
color: #CD50CE;
}
</style>
background-color css
<style>
a { background-color: #CD50CE; }
a { background-color: rgb(205,80,206); }
div.DivClassName
{
background-color: #CD50CE;
}
.BgClassName
{
background-color: #CD50CE;
}
</style>
border-color css
<style>
span { border-color: #CD50CE; }
span { border-color: rgb(205,80,206); }
td.TdClassName
{
border-color: #CD50CE;
}
.TagClassName
{
border-color: #CD50CE;
}
</style>