Shades of Fuchsia #CB2DCE
Tints of Fuchsia #CB2DCE
RGB
CMYK
RGB Variations
Color information
#CB2DCE (or 0xCB2DCE) is known color: Fuchsia. HEX triplet: CB, 2D and CE. RGB value is (203,45,206). Sum of RGB (Red+Green+Blue) = 203+45+206=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DCE is #34D231. Grayscale: #6E6E6E. Windows color (decimal): -3461682 or 13512139. OLE color: 13512139.
HSL color Cylindrical-coordinate representation of color #CB2DCE: hue angle of 298.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DCE is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 45 | 206 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.19 |
| HSL | 298.88º | 0.64% | 0.49% | - |
| HSV(B) | 298.88º | 0.78% | 0.81% | - |
| XYZ | 36.71 | 19.03 | 60.13 | - |
| YUV | 110.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 206 | 0.01 | 0.78 | 0 | 0.19 | 298.88 | 0.64 | 0.49 |
| Hex | CB | 2D | CE | 1 | 4E | 0 | 13 | 12B | 40 | 31 |
| Octal | 313 | 55 | 316 | 1 | 116 | 0 | 23 | 453 | 100 | 61 |
| Binary | 11001011 | 101101 | 11001110 | 1 | 1001110 | 0 | 10011 | 100101011 | 1000000 | 110001 |
Color Harmonies of #CB2DCE
Complementary color
Monochromatic Colors of #CB2DCE
Black with #CB2DCE
Text Example
Text Example
White with #CB2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DCE; }
p { color: rgb(203,45,206); }
H1.HeaderClassName
{
color: #CB2DCE;
}
.AnyTagClassName
{
color: #CB2DCE;
}
</style>
background-color css
<style>
a { background-color: #CB2DCE; }
a { background-color: rgb(203,45,206); }
div.DivClassName
{
background-color: #CB2DCE;
}
.BgClassName
{
background-color: #CB2DCE;
}
</style>
border-color css
<style>
span { border-color: #CB2DCE; }
span { border-color: rgb(203,45,206); }
td.TdClassName
{
border-color: #CB2DCE;
}
.TagClassName
{
border-color: #CB2DCE;
}
</style>