Shades of Fuchsia #CB45BB
Tints of Fuchsia #CB45BB
RGB
CMYK
RGB Variations
Color information
#CB45BB (or 0xCB45BB) is known color: Fuchsia. HEX triplet: CB, 45 and BB. RGB value is (203,69,187). Sum of RGB (Red+Green+Blue) = 203+69+187=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45BB is #34BA44. Grayscale: #7A7A7A. Windows color (decimal): -3455557 or 12273099. OLE color: 12273099.
HSL color Cylindrical-coordinate representation of color #CB45BB: hue angle of 307.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB45BB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 187 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.20 |
| HSL | 307.16º | 0.56% | 0.53% | - |
| HSV(B) | 307.16º | 0.66% | 0.8% | - |
| XYZ | 35.73 | 20.54 | 49.1 | - |
| YUV | 122.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 187 | 0 | 0.66 | 0.08 | 0.20 | 307.16 | 0.56 | 0.53 |
| Hex | CB | 45 | BB | 0 | 42 | 8 | 14 | 133 | 38 | 35 |
| Octal | 313 | 105 | 273 | 0 | 102 | 10 | 24 | 463 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10111011 | 0 | 1000010 | 1000 | 10100 | 100110011 | 111000 | 110101 |
Color Harmonies of #CB45BB
Complementary color
Monochromatic Colors of #CB45BB
Black with #CB45BB
Text Example
Text Example
White with #CB45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45BB; }
p { color: rgb(203,69,187); }
H1.HeaderClassName
{
color: #CB45BB;
}
.AnyTagClassName
{
color: #CB45BB;
}
</style>
background-color css
<style>
a { background-color: #CB45BB; }
a { background-color: rgb(203,69,187); }
div.DivClassName
{
background-color: #CB45BB;
}
.BgClassName
{
background-color: #CB45BB;
}
</style>
border-color css
<style>
span { border-color: #CB45BB; }
span { border-color: rgb(203,69,187); }
td.TdClassName
{
border-color: #CB45BB;
}
.TagClassName
{
border-color: #CB45BB;
}
</style>