Shades of Fuchsia #CE40CC
Tints of Fuchsia #CE40CC
RGB
CMYK
RGB Variations
Color information
#CE40CC (or 0xCE40CC) is known color: Fuchsia. HEX triplet: CE, 40 and CC. RGB value is (206,64,204). Sum of RGB (Red+Green+Blue) = 206+64+204=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40CC is #31BF33. Grayscale: #7A7A7A. Windows color (decimal): -3260212 or 13385934. OLE color: 13385934.
HSL color Cylindrical-coordinate representation of color #CE40CC: hue angle of 300.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40CC is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 204 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.19 |
| HSL | 300.85º | 0.59% | 0.53% | - |
| HSV(B) | 300.85º | 0.69% | 0.81% | - |
| XYZ | 38.19 | 21.15 | 59.2 | - |
| YUV | 122.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 204 | 0 | 0.69 | 0.01 | 0.19 | 300.85 | 0.59 | 0.53 |
| Hex | CE | 40 | CC | 0 | 45 | 1 | 13 | 12D | 3B | 35 |
| Octal | 316 | 100 | 314 | 0 | 105 | 1 | 23 | 455 | 73 | 65 |
| Binary | 11001110 | 1000000 | 11001100 | 0 | 1000101 | 1 | 10011 | 100101101 | 111011 | 110101 |
Color Harmonies of #CE40CC
Complementary color
Monochromatic Colors of #CE40CC
Black with #CE40CC
Text Example
Text Example
White with #CE40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40CC; }
p { color: rgb(206,64,204); }
H1.HeaderClassName
{
color: #CE40CC;
}
.AnyTagClassName
{
color: #CE40CC;
}
</style>
background-color css
<style>
a { background-color: #CE40CC; }
a { background-color: rgb(206,64,204); }
div.DivClassName
{
background-color: #CE40CC;
}
.BgClassName
{
background-color: #CE40CC;
}
</style>
border-color css
<style>
span { border-color: #CE40CC; }
span { border-color: rgb(206,64,204); }
td.TdClassName
{
border-color: #CE40CC;
}
.TagClassName
{
border-color: #CE40CC;
}
</style>