Shades of Fuchsia #CB3EBC
Tints of Fuchsia #CB3EBC
RGB
CMYK
RGB Variations
Color information
#CB3EBC (or 0xCB3EBC) is known color: Fuchsia. HEX triplet: CB, 3E and BC. RGB value is (203,62,188). Sum of RGB (Red+Green+Blue) = 203+62+188=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EBC is #34C143. Grayscale: #767676. Windows color (decimal): -3457348 or 12336843. OLE color: 12336843.
HSL color Cylindrical-coordinate representation of color #CB3EBC: hue angle of 306.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3EBC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 188 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.20 |
| HSL | 306.38º | 0.58% | 0.52% | - |
| HSV(B) | 306.38º | 0.69% | 0.8% | - |
| XYZ | 35.43 | 19.77 | 49.53 | - |
| YUV | 118.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 188 | 0 | 0.69 | 0.07 | 0.20 | 306.38 | 0.58 | 0.52 |
| Hex | CB | 3E | BC | 0 | 45 | 7 | 14 | 132 | 3A | 34 |
| Octal | 313 | 76 | 274 | 0 | 105 | 7 | 24 | 462 | 72 | 64 |
| Binary | 11001011 | 111110 | 10111100 | 0 | 1000101 | 111 | 10100 | 100110010 | 111010 | 110100 |
Color Harmonies of #CB3EBC
Complementary color
Monochromatic Colors of #CB3EBC
Black with #CB3EBC
Text Example
Text Example
White with #CB3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EBC; }
p { color: rgb(203,62,188); }
H1.HeaderClassName
{
color: #CB3EBC;
}
.AnyTagClassName
{
color: #CB3EBC;
}
</style>
background-color css
<style>
a { background-color: #CB3EBC; }
a { background-color: rgb(203,62,188); }
div.DivClassName
{
background-color: #CB3EBC;
}
.BgClassName
{
background-color: #CB3EBC;
}
</style>
border-color css
<style>
span { border-color: #CB3EBC; }
span { border-color: rgb(203,62,188); }
td.TdClassName
{
border-color: #CB3EBC;
}
.TagClassName
{
border-color: #CB3EBC;
}
</style>