Shades of Fuchsia #CE3CCB
Tints of Fuchsia #CE3CCB
RGB
CMYK
RGB Variations
Color information
#CE3CCB (or 0xCE3CCB) is known color: Fuchsia. HEX triplet: CE, 3C and CB. RGB value is (206,60,203). Sum of RGB (Red+Green+Blue) = 206+60+203=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CCB is #31C334. Grayscale: #777777. Windows color (decimal): -3261237 or 13319374. OLE color: 13319374.
HSL color Cylindrical-coordinate representation of color #CE3CCB: hue angle of 301.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CCB is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 203 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.19 |
| HSL | 301.23º | 0.6% | 0.52% | - |
| HSV(B) | 301.23º | 0.71% | 0.81% | - |
| XYZ | 37.85 | 20.67 | 58.49 | - |
| YUV | 119.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 203 | 0 | 0.71 | 0.01 | 0.19 | 301.23 | 0.6 | 0.52 |
| Hex | CE | 3C | CB | 0 | 47 | 1 | 13 | 12D | 3C | 34 |
| Octal | 316 | 74 | 313 | 0 | 107 | 1 | 23 | 455 | 74 | 64 |
| Binary | 11001110 | 111100 | 11001011 | 0 | 1000111 | 1 | 10011 | 100101101 | 111100 | 110100 |
Color Harmonies of #CE3CCB
Complementary color
Monochromatic Colors of #CE3CCB
Black with #CE3CCB
Text Example
Text Example
White with #CE3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CCB; }
p { color: rgb(206,60,203); }
H1.HeaderClassName
{
color: #CE3CCB;
}
.AnyTagClassName
{
color: #CE3CCB;
}
</style>
background-color css
<style>
a { background-color: #CE3CCB; }
a { background-color: rgb(206,60,203); }
div.DivClassName
{
background-color: #CE3CCB;
}
.BgClassName
{
background-color: #CE3CCB;
}
</style>
border-color css
<style>
span { border-color: #CE3CCB; }
span { border-color: rgb(206,60,203); }
td.TdClassName
{
border-color: #CE3CCB;
}
.TagClassName
{
border-color: #CE3CCB;
}
</style>