Shades of Fuchsia #CB3BB8
Tints of Fuchsia #CB3BB8
RGB
CMYK
RGB Variations
Color information
#CB3BB8 (or 0xCB3BB8) is known color: Fuchsia. HEX triplet: CB, 3B and B8. RGB value is (203,59,184). Sum of RGB (Red+Green+Blue) = 203+59+184=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BB8 is #34C447. Grayscale: #737373. Windows color (decimal): -3458120 or 12073931. OLE color: 12073931.
HSL color Cylindrical-coordinate representation of color #CB3BB8: hue angle of 307.92º 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 #CB3BB8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 184 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.20 |
| HSL | 307.92º | 0.58% | 0.51% | - |
| HSV(B) | 307.92º | 0.71% | 0.8% | - |
| XYZ | 34.84 | 19.29 | 47.23 | - |
| YUV | 116.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 184 | 0 | 0.71 | 0.09 | 0.20 | 307.92 | 0.58 | 0.51 |
| Hex | CB | 3B | B8 | 0 | 47 | 9 | 14 | 134 | 3A | 33 |
| Octal | 313 | 73 | 270 | 0 | 107 | 11 | 24 | 464 | 72 | 63 |
| Binary | 11001011 | 111011 | 10111000 | 0 | 1000111 | 1001 | 10100 | 100110100 | 111010 | 110011 |
Color Harmonies of #CB3BB8
Complementary color
Monochromatic Colors of #CB3BB8
Black with #CB3BB8
Text Example
Text Example
White with #CB3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BB8; }
p { color: rgb(203,59,184); }
H1.HeaderClassName
{
color: #CB3BB8;
}
.AnyTagClassName
{
color: #CB3BB8;
}
</style>
background-color css
<style>
a { background-color: #CB3BB8; }
a { background-color: rgb(203,59,184); }
div.DivClassName
{
background-color: #CB3BB8;
}
.BgClassName
{
background-color: #CB3BB8;
}
</style>
border-color css
<style>
span { border-color: #CB3BB8; }
span { border-color: rgb(203,59,184); }
td.TdClassName
{
border-color: #CB3BB8;
}
.TagClassName
{
border-color: #CB3BB8;
}
</style>