Shades of Fuchsia #CB4BBB
Tints of Fuchsia #CB4BBB
RGB
CMYK
RGB Variations
Color information
#CB4BBB (or 0xCB4BBB) is known color: Fuchsia. HEX triplet: CB, 4B and BB. RGB value is (203,75,187). Sum of RGB (Red+Green+Blue) = 203+75+187=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BBB is #34B444. Grayscale: #7D7D7D. Windows color (decimal): -3454021 or 12274635. OLE color: 12274635.
HSL color Cylindrical-coordinate representation of color #CB4BBB: hue angle of 307.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BBB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 187 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.20 |
| HSL | 307.5º | 0.55% | 0.55% | - |
| HSV(B) | 307.5º | 0.63% | 0.8% | - |
| XYZ | 36.11 | 21.32 | 49.22 | - |
| YUV | 126.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 187 | 0 | 0.63 | 0.08 | 0.20 | 307.5 | 0.55 | 0.55 |
| Hex | CB | 4B | BB | 0 | 3F | 8 | 14 | 134 | 37 | 37 |
| Octal | 313 | 113 | 273 | 0 | 77 | 10 | 24 | 464 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10111011 | 0 | 111111 | 1000 | 10100 | 100110100 | 110111 | 110111 |
Color Harmonies of #CB4BBB
Complementary color
Monochromatic Colors of #CB4BBB
Black with #CB4BBB
Text Example
Text Example
White with #CB4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BBB; }
p { color: rgb(203,75,187); }
H1.HeaderClassName
{
color: #CB4BBB;
}
.AnyTagClassName
{
color: #CB4BBB;
}
</style>
background-color css
<style>
a { background-color: #CB4BBB; }
a { background-color: rgb(203,75,187); }
div.DivClassName
{
background-color: #CB4BBB;
}
.BgClassName
{
background-color: #CB4BBB;
}
</style>
border-color css
<style>
span { border-color: #CB4BBB; }
span { border-color: rgb(203,75,187); }
td.TdClassName
{
border-color: #CB4BBB;
}
.TagClassName
{
border-color: #CB4BBB;
}
</style>