Shades of Fuchsia #CB50BA
Tints of Fuchsia #CB50BA
RGB
CMYK
RGB Variations
Color information
#CB50BA (or 0xCB50BA) is known color: Fuchsia. HEX triplet: CB, 50 and BA. RGB value is (203,80,186). Sum of RGB (Red+Green+Blue) = 203+80+186=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50BA is #34AF45. Grayscale: #808080. Windows color (decimal): -3452742 or 12210379. OLE color: 12210379.
HSL color Cylindrical-coordinate representation of color #CB50BA: hue angle of 308.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50BA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 186 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.20 |
| HSL | 308.29º | 0.54% | 0.55% | - |
| HSV(B) | 308.29º | 0.61% | 0.8% | - |
| XYZ | 36.36 | 21.98 | 48.78 | - |
| YUV | 128.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 186 | 0 | 0.61 | 0.08 | 0.20 | 308.29 | 0.54 | 0.55 |
| Hex | CB | 50 | BA | 0 | 3D | 8 | 14 | 134 | 36 | 37 |
| Octal | 313 | 120 | 272 | 0 | 75 | 10 | 24 | 464 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10111010 | 0 | 111101 | 1000 | 10100 | 100110100 | 110110 | 110111 |
Color Harmonies of #CB50BA
Complementary color
Monochromatic Colors of #CB50BA
Black with #CB50BA
Text Example
Text Example
White with #CB50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50BA; }
p { color: rgb(203,80,186); }
H1.HeaderClassName
{
color: #CB50BA;
}
.AnyTagClassName
{
color: #CB50BA;
}
</style>
background-color css
<style>
a { background-color: #CB50BA; }
a { background-color: rgb(203,80,186); }
div.DivClassName
{
background-color: #CB50BA;
}
.BgClassName
{
background-color: #CB50BA;
}
</style>
border-color css
<style>
span { border-color: #CB50BA; }
span { border-color: rgb(203,80,186); }
td.TdClassName
{
border-color: #CB50BA;
}
.TagClassName
{
border-color: #CB50BA;
}
</style>