Shades of Fuchsia #CB38BB
Tints of Fuchsia #CB38BB
RGB
CMYK
RGB Variations
Color information
#CB38BB (or 0xCB38BB) is known color: Fuchsia. HEX triplet: CB, 38 and BB. RGB value is (203,56,187). Sum of RGB (Red+Green+Blue) = 203+56+187=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38BB is #34C744. Grayscale: #727272. Windows color (decimal): -3458885 or 12269771. OLE color: 12269771.
HSL color Cylindrical-coordinate representation of color #CB38BB: hue angle of 306.53º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB38BB is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 187 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.20 |
| HSL | 306.53º | 0.59% | 0.51% | - |
| HSV(B) | 306.53º | 0.72% | 0.8% | - |
| XYZ | 35.01 | 19.11 | 48.86 | - |
| YUV | 114.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 187 | 0 | 0.72 | 0.08 | 0.20 | 306.53 | 0.59 | 0.51 |
| Hex | CB | 38 | BB | 0 | 48 | 8 | 14 | 133 | 3B | 33 |
| Octal | 313 | 70 | 273 | 0 | 110 | 10 | 24 | 463 | 73 | 63 |
| Binary | 11001011 | 111000 | 10111011 | 0 | 1001000 | 1000 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CB38BB
Complementary color
Monochromatic Colors of #CB38BB
Black with #CB38BB
Text Example
Text Example
White with #CB38BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38BB; }
p { color: rgb(203,56,187); }
H1.HeaderClassName
{
color: #CB38BB;
}
.AnyTagClassName
{
color: #CB38BB;
}
</style>
background-color css
<style>
a { background-color: #CB38BB; }
a { background-color: rgb(203,56,187); }
div.DivClassName
{
background-color: #CB38BB;
}
.BgClassName
{
background-color: #CB38BB;
}
</style>
border-color css
<style>
span { border-color: #CB38BB; }
span { border-color: rgb(203,56,187); }
td.TdClassName
{
border-color: #CB38BB;
}
.TagClassName
{
border-color: #CB38BB;
}
</style>