Shades of Fuchsia #CB38BA
Tints of Fuchsia #CB38BA
RGB
CMYK
RGB Variations
Color information
#CB38BA (or 0xCB38BA) is known color: Fuchsia. HEX triplet: CB, 38 and BA. RGB value is (203,56,186). Sum of RGB (Red+Green+Blue) = 203+56+186=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38BA is #34C745. Grayscale: #727272. Windows color (decimal): -3458886 or 12204235. OLE color: 12204235.
HSL color Cylindrical-coordinate representation of color #CB38BA: hue angle of 306.94º 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 #CB38BA is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 186 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.20 |
| HSL | 306.94º | 0.59% | 0.51% | - |
| HSV(B) | 306.94º | 0.72% | 0.8% | - |
| XYZ | 34.91 | 19.07 | 48.3 | - |
| YUV | 114.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 186 | 0 | 0.72 | 0.08 | 0.20 | 306.94 | 0.59 | 0.51 |
| Hex | CB | 38 | BA | 0 | 48 | 8 | 14 | 133 | 3B | 33 |
| Octal | 313 | 70 | 272 | 0 | 110 | 10 | 24 | 463 | 73 | 63 |
| Binary | 11001011 | 111000 | 10111010 | 0 | 1001000 | 1000 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CB38BA
Complementary color
Monochromatic Colors of #CB38BA
Black with #CB38BA
Text Example
Text Example
White with #CB38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38BA; }
p { color: rgb(203,56,186); }
H1.HeaderClassName
{
color: #CB38BA;
}
.AnyTagClassName
{
color: #CB38BA;
}
</style>
background-color css
<style>
a { background-color: #CB38BA; }
a { background-color: rgb(203,56,186); }
div.DivClassName
{
background-color: #CB38BA;
}
.BgClassName
{
background-color: #CB38BA;
}
</style>
border-color css
<style>
span { border-color: #CB38BA; }
span { border-color: rgb(203,56,186); }
td.TdClassName
{
border-color: #CB38BA;
}
.TagClassName
{
border-color: #CB38BA;
}
</style>