Shades of Fuchsia #CB41BB
Tints of Fuchsia #CB41BB
RGB
CMYK
RGB Variations
Color information
#CB41BB (or 0xCB41BB) is known color: Fuchsia. HEX triplet: CB, 41 and BB. RGB value is (203,65,187). Sum of RGB (Red+Green+Blue) = 203+65+187=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41BB is #34BE44. Grayscale: #777777. Windows color (decimal): -3456581 or 12272075. OLE color: 12272075.
HSL color Cylindrical-coordinate representation of color #CB41BB: hue angle of 306.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41BB is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 187 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.20 |
| HSL | 306.96º | 0.57% | 0.53% | - |
| HSV(B) | 306.96º | 0.68% | 0.8% | - |
| XYZ | 35.49 | 20.06 | 49.02 | - |
| YUV | 120.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 187 | 0 | 0.68 | 0.08 | 0.20 | 306.96 | 0.57 | 0.53 |
| Hex | CB | 41 | BB | 0 | 44 | 8 | 14 | 133 | 39 | 35 |
| Octal | 313 | 101 | 273 | 0 | 104 | 10 | 24 | 463 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10111011 | 0 | 1000100 | 1000 | 10100 | 100110011 | 111001 | 110101 |
Color Harmonies of #CB41BB
Complementary color
Monochromatic Colors of #CB41BB
Black with #CB41BB
Text Example
Text Example
White with #CB41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41BB; }
p { color: rgb(203,65,187); }
H1.HeaderClassName
{
color: #CB41BB;
}
.AnyTagClassName
{
color: #CB41BB;
}
</style>
background-color css
<style>
a { background-color: #CB41BB; }
a { background-color: rgb(203,65,187); }
div.DivClassName
{
background-color: #CB41BB;
}
.BgClassName
{
background-color: #CB41BB;
}
</style>
border-color css
<style>
span { border-color: #CB41BB; }
span { border-color: rgb(203,65,187); }
td.TdClassName
{
border-color: #CB41BB;
}
.TagClassName
{
border-color: #CB41BB;
}
</style>