Shades of Fuchsia #CE43CA
Tints of Fuchsia #CE43CA
RGB
CMYK
RGB Variations
Color information
#CE43CA (or 0xCE43CA) is known color: Fuchsia. HEX triplet: CE, 43 and CA. RGB value is (206,67,202). Sum of RGB (Red+Green+Blue) = 206+67+202=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43CA is #31BC35. Grayscale: #7B7B7B. Windows color (decimal): -3259446 or 13255630. OLE color: 13255630.
HSL color Cylindrical-coordinate representation of color #CE43CA: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE43CA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 202 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.19 |
| HSL | 301.73º | 0.59% | 0.54% | - |
| HSV(B) | 301.73º | 0.67% | 0.81% | - |
| XYZ | 38.12 | 21.4 | 58 | - |
| YUV | 123.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 202 | 0 | 0.67 | 0.02 | 0.19 | 301.73 | 0.59 | 0.54 |
| Hex | CE | 43 | CA | 0 | 43 | 2 | 13 | 12E | 3B | 36 |
| Octal | 316 | 103 | 312 | 0 | 103 | 2 | 23 | 456 | 73 | 66 |
| Binary | 11001110 | 1000011 | 11001010 | 0 | 1000011 | 10 | 10011 | 100101110 | 111011 | 110110 |
Color Harmonies of #CE43CA
Complementary color
Monochromatic Colors of #CE43CA
Black with #CE43CA
Text Example
Text Example
White with #CE43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43CA; }
p { color: rgb(206,67,202); }
H1.HeaderClassName
{
color: #CE43CA;
}
.AnyTagClassName
{
color: #CE43CA;
}
</style>
background-color css
<style>
a { background-color: #CE43CA; }
a { background-color: rgb(206,67,202); }
div.DivClassName
{
background-color: #CE43CA;
}
.BgClassName
{
background-color: #CE43CA;
}
</style>
border-color css
<style>
span { border-color: #CE43CA; }
span { border-color: rgb(206,67,202); }
td.TdClassName
{
border-color: #CE43CA;
}
.TagClassName
{
border-color: #CE43CA;
}
</style>