Shades of Fuchsia #CB3BCB
Tints of Fuchsia #CB3BCB
RGB
CMYK
RGB Variations
Color information
#CB3BCB (or 0xCB3BCB) is known color: Fuchsia. HEX triplet: CB, 3B and CB. RGB value is (203,59,203). Sum of RGB (Red+Green+Blue) = 203+59+203=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BCB is #34C434. Grayscale: #767676. Windows color (decimal): -3458101 or 13319115. OLE color: 13319115.
HSL color Cylindrical-coordinate representation of color #CB3BCB: hue angle of 300º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BCB is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 203 | - |
| CMYK | 0 | 0.71 | 0 | 0.20 |
| HSL | 300º | 0.58% | 0.51% | - |
| HSV(B) | 300º | 0.71% | 0.8% | - |
| XYZ | 36.97 | 20.14 | 58.44 | - |
| YUV | 118.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 203 | 0 | 0.71 | 0 | 0.20 | 300 | 0.58 | 0.51 |
| Hex | CB | 3B | CB | 0 | 47 | 0 | 14 | 12C | 3A | 33 |
| Octal | 313 | 73 | 313 | 0 | 107 | 0 | 24 | 454 | 72 | 63 |
| Binary | 11001011 | 111011 | 11001011 | 0 | 1000111 | 0 | 10100 | 100101100 | 111010 | 110011 |
Color Harmonies of #CB3BCB
Complementary color
Monochromatic Colors of #CB3BCB
Black with #CB3BCB
Text Example
Text Example
White with #CB3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BCB; }
p { color: rgb(203,59,203); }
H1.HeaderClassName
{
color: #CB3BCB;
}
.AnyTagClassName
{
color: #CB3BCB;
}
</style>
background-color css
<style>
a { background-color: #CB3BCB; }
a { background-color: rgb(203,59,203); }
div.DivClassName
{
background-color: #CB3BCB;
}
.BgClassName
{
background-color: #CB3BCB;
}
</style>
border-color css
<style>
span { border-color: #CB3BCB; }
span { border-color: rgb(203,59,203); }
td.TdClassName
{
border-color: #CB3BCB;
}
.TagClassName
{
border-color: #CB3BCB;
}
</style>