Shades of Fuchsia #CE60CD
Tints of Fuchsia #CE60CD
RGB
CMYK
RGB Variations
Color information
#CE60CD (or 0xCE60CD) is known color: Fuchsia. HEX triplet: CE, 60 and CD. RGB value is (206,96,205). Sum of RGB (Red+Green+Blue) = 206+96+205=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60CD is #319F32. Grayscale: #8C8C8C. Windows color (decimal): -3252019 or 13459662. OLE color: 13459662.
HSL color Cylindrical-coordinate representation of color #CE60CD: hue angle of 300.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE60CD is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 205 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.19 |
| HSL | 300.55º | 0.53% | 0.59% | - |
| HSV(B) | 300.55º | 0.53% | 0.81% | - |
| XYZ | 40.66 | 25.9 | 60.61 | - |
| YUV | 141.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 205 | 0 | 0.53 | 0.00 | 0.19 | 300.55 | 0.53 | 0.59 |
| Hex | CE | 60 | CD | 0 | 35 | 0 | 13 | 12D | 35 | 3B |
| Octal | 316 | 140 | 315 | 0 | 65 | 0 | 23 | 455 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11001101 | 0 | 110101 | 0 | 10011 | 100101101 | 110101 | 111011 |
Color Harmonies of #CE60CD
Complementary color
Monochromatic Colors of #CE60CD
Black with #CE60CD
Text Example
Text Example
White with #CE60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60CD; }
p { color: rgb(206,96,205); }
H1.HeaderClassName
{
color: #CE60CD;
}
.AnyTagClassName
{
color: #CE60CD;
}
</style>
background-color css
<style>
a { background-color: #CE60CD; }
a { background-color: rgb(206,96,205); }
div.DivClassName
{
background-color: #CE60CD;
}
.BgClassName
{
background-color: #CE60CD;
}
</style>
border-color css
<style>
span { border-color: #CE60CD; }
span { border-color: rgb(206,96,205); }
td.TdClassName
{
border-color: #CE60CD;
}
.TagClassName
{
border-color: #CE60CD;
}
</style>