Shades of Fuchsia #CE4CCA
Tints of Fuchsia #CE4CCA
RGB
CMYK
RGB Variations
Color information
#CE4CCA (or 0xCE4CCA) is known color: Fuchsia. HEX triplet: CE, 4C and CA. RGB value is (206,76,202). Sum of RGB (Red+Green+Blue) = 206+76+202=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CCA is #31B335. Grayscale: #808080. Windows color (decimal): -3257142 or 13257934. OLE color: 13257934.
HSL color Cylindrical-coordinate representation of color #CE4CCA: hue angle of 301.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CCA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 202 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.19 |
| HSL | 301.85º | 0.57% | 0.55% | - |
| HSV(B) | 301.85º | 0.63% | 0.81% | - |
| XYZ | 38.7 | 22.55 | 58.19 | - |
| YUV | 129.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 202 | 0 | 0.63 | 0.02 | 0.19 | 301.85 | 0.57 | 0.55 |
| Hex | CE | 4C | CA | 0 | 3F | 2 | 13 | 12E | 39 | 37 |
| Octal | 316 | 114 | 312 | 0 | 77 | 2 | 23 | 456 | 71 | 67 |
| Binary | 11001110 | 1001100 | 11001010 | 0 | 111111 | 10 | 10011 | 100101110 | 111001 | 110111 |
Color Harmonies of #CE4CCA
Complementary color
Monochromatic Colors of #CE4CCA
Black with #CE4CCA
Text Example
Text Example
White with #CE4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CCA; }
p { color: rgb(206,76,202); }
H1.HeaderClassName
{
color: #CE4CCA;
}
.AnyTagClassName
{
color: #CE4CCA;
}
</style>
background-color css
<style>
a { background-color: #CE4CCA; }
a { background-color: rgb(206,76,202); }
div.DivClassName
{
background-color: #CE4CCA;
}
.BgClassName
{
background-color: #CE4CCA;
}
</style>
border-color css
<style>
span { border-color: #CE4CCA; }
span { border-color: rgb(206,76,202); }
td.TdClassName
{
border-color: #CE4CCA;
}
.TagClassName
{
border-color: #CE4CCA;
}
</style>