Shades of Fuchsia #CB4FB8
Tints of Fuchsia #CB4FB8
RGB
CMYK
RGB Variations
Color information
#CB4FB8 (or 0xCB4FB8) is known color: Fuchsia. HEX triplet: CB, 4F and B8. RGB value is (203,79,184). Sum of RGB (Red+Green+Blue) = 203+79+184=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FB8 is #34B047. Grayscale: #7F7F7F. Windows color (decimal): -3453000 or 12079051. OLE color: 12079051.
HSL color Cylindrical-coordinate representation of color #CB4FB8: hue angle of 309.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FB8 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 184 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.20 |
| HSL | 309.19º | 0.54% | 0.55% | - |
| HSV(B) | 309.19º | 0.61% | 0.8% | - |
| XYZ | 36.08 | 21.75 | 47.64 | - |
| YUV | 128.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 184 | 0 | 0.61 | 0.09 | 0.20 | 309.19 | 0.54 | 0.55 |
| Hex | CB | 4F | B8 | 0 | 3D | 9 | 14 | 135 | 36 | 37 |
| Octal | 313 | 117 | 270 | 0 | 75 | 11 | 24 | 465 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10111000 | 0 | 111101 | 1001 | 10100 | 100110101 | 110110 | 110111 |
Color Harmonies of #CB4FB8
Complementary color
Monochromatic Colors of #CB4FB8
Black with #CB4FB8
Text Example
Text Example
White with #CB4FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FB8; }
p { color: rgb(203,79,184); }
H1.HeaderClassName
{
color: #CB4FB8;
}
.AnyTagClassName
{
color: #CB4FB8;
}
</style>
background-color css
<style>
a { background-color: #CB4FB8; }
a { background-color: rgb(203,79,184); }
div.DivClassName
{
background-color: #CB4FB8;
}
.BgClassName
{
background-color: #CB4FB8;
}
</style>
border-color css
<style>
span { border-color: #CB4FB8; }
span { border-color: rgb(203,79,184); }
td.TdClassName
{
border-color: #CB4FB8;
}
.TagClassName
{
border-color: #CB4FB8;
}
</style>