Shades of Fuchsia #CE34CD
Tints of Fuchsia #CE34CD
RGB
CMYK
RGB Variations
Color information
#CE34CD (or 0xCE34CD) is known color: Fuchsia. HEX triplet: CE, 34 and CD. RGB value is (206,52,205). Sum of RGB (Red+Green+Blue) = 206+52+205=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34CD is #31CB32. Grayscale: #737373. Windows color (decimal): -3263283 or 13448398. OLE color: 13448398.
HSL color Cylindrical-coordinate representation of color #CE34CD: hue angle of 300.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE34CD is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 205 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.19 |
| HSL | 300.39º | 0.61% | 0.51% | - |
| HSV(B) | 300.39º | 0.75% | 0.81% | - |
| XYZ | 37.7 | 19.99 | 59.63 | - |
| YUV | 115.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 205 | 0 | 0.75 | 0.00 | 0.19 | 300.39 | 0.61 | 0.51 |
| Hex | CE | 34 | CD | 0 | 4B | 0 | 13 | 12C | 3D | 33 |
| Octal | 316 | 64 | 315 | 0 | 113 | 0 | 23 | 454 | 75 | 63 |
| Binary | 11001110 | 110100 | 11001101 | 0 | 1001011 | 0 | 10011 | 100101100 | 111101 | 110011 |
Color Harmonies of #CE34CD
Complementary color
Monochromatic Colors of #CE34CD
Black with #CE34CD
Text Example
Text Example
White with #CE34CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34CD; }
p { color: rgb(206,52,205); }
H1.HeaderClassName
{
color: #CE34CD;
}
.AnyTagClassName
{
color: #CE34CD;
}
</style>
background-color css
<style>
a { background-color: #CE34CD; }
a { background-color: rgb(206,52,205); }
div.DivClassName
{
background-color: #CE34CD;
}
.BgClassName
{
background-color: #CE34CD;
}
</style>
border-color css
<style>
span { border-color: #CE34CD; }
span { border-color: rgb(206,52,205); }
td.TdClassName
{
border-color: #CE34CD;
}
.TagClassName
{
border-color: #CE34CD;
}
</style>