Shades of Fuchsia #CB50BD
Tints of Fuchsia #CB50BD
RGB
CMYK
RGB Variations
Color information
#CB50BD (or 0xCB50BD) is known color: Fuchsia. HEX triplet: CB, 50 and BD. RGB value is (203,80,189). Sum of RGB (Red+Green+Blue) = 203+80+189=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50BD is #34AF42. Grayscale: #808080. Windows color (decimal): -3452739 or 12406987. OLE color: 12406987.
HSL color Cylindrical-coordinate representation of color #CB50BD: hue angle of 306.83º 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 #CB50BD is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 189 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.20 |
| HSL | 306.83º | 0.54% | 0.55% | - |
| HSV(B) | 306.83º | 0.61% | 0.8% | - |
| XYZ | 36.68 | 22.11 | 50.48 | - |
| YUV | 129.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 189 | 0 | 0.61 | 0.07 | 0.20 | 306.83 | 0.54 | 0.55 |
| Hex | CB | 50 | BD | 0 | 3D | 7 | 14 | 133 | 36 | 37 |
| Octal | 313 | 120 | 275 | 0 | 75 | 7 | 24 | 463 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10111101 | 0 | 111101 | 111 | 10100 | 100110011 | 110110 | 110111 |
Color Harmonies of #CB50BD
Complementary color
Monochromatic Colors of #CB50BD
Black with #CB50BD
Text Example
Text Example
White with #CB50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50BD; }
p { color: rgb(203,80,189); }
H1.HeaderClassName
{
color: #CB50BD;
}
.AnyTagClassName
{
color: #CB50BD;
}
</style>
background-color css
<style>
a { background-color: #CB50BD; }
a { background-color: rgb(203,80,189); }
div.DivClassName
{
background-color: #CB50BD;
}
.BgClassName
{
background-color: #CB50BD;
}
</style>
border-color css
<style>
span { border-color: #CB50BD; }
span { border-color: rgb(203,80,189); }
td.TdClassName
{
border-color: #CB50BD;
}
.TagClassName
{
border-color: #CB50BD;
}
</style>