Shades of Fuchsia #CE4CBE
Tints of Fuchsia #CE4CBE
RGB
CMYK
RGB Variations
Color information
#CE4CBE (or 0xCE4CBE) is known color: Fuchsia. HEX triplet: CE, 4C and BE. RGB value is (206,76,190). Sum of RGB (Red+Green+Blue) = 206+76+190=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CBE is #31B341. Grayscale: #7F7F7F. Windows color (decimal): -3257154 or 12471502. OLE color: 12471502.
HSL color Cylindrical-coordinate representation of color #CE4CBE: hue angle of 307.38º 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 #CE4CBE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 190 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.19 |
| HSL | 307.38º | 0.57% | 0.55% | - |
| HSV(B) | 307.38º | 0.63% | 0.81% | - |
| XYZ | 37.33 | 22.01 | 51 | - |
| YUV | 127.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 190 | 0 | 0.63 | 0.08 | 0.19 | 307.38 | 0.57 | 0.55 |
| Hex | CE | 4C | BE | 0 | 3F | 8 | 13 | 133 | 39 | 37 |
| Octal | 316 | 114 | 276 | 0 | 77 | 10 | 23 | 463 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10111110 | 0 | 111111 | 1000 | 10011 | 100110011 | 111001 | 110111 |
Color Harmonies of #CE4CBE
Complementary color
Monochromatic Colors of #CE4CBE
Black with #CE4CBE
Text Example
Text Example
White with #CE4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CBE; }
p { color: rgb(206,76,190); }
H1.HeaderClassName
{
color: #CE4CBE;
}
.AnyTagClassName
{
color: #CE4CBE;
}
</style>
background-color css
<style>
a { background-color: #CE4CBE; }
a { background-color: rgb(206,76,190); }
div.DivClassName
{
background-color: #CE4CBE;
}
.BgClassName
{
background-color: #CE4CBE;
}
</style>
border-color css
<style>
span { border-color: #CE4CBE; }
span { border-color: rgb(206,76,190); }
td.TdClassName
{
border-color: #CE4CBE;
}
.TagClassName
{
border-color: #CE4CBE;
}
</style>