Shades of Fuchsia #CB32B0
Tints of Fuchsia #CB32B0
RGB
CMYK
RGB Variations
Color information
#CB32B0 (or 0xCB32B0) is known color: Fuchsia. HEX triplet: CB, 32 and B0. RGB value is (203,50,176). Sum of RGB (Red+Green+Blue) = 203+50+176=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB32B0 is #34CD4F. Grayscale: #6D6D6D. Windows color (decimal): -3460432 or 11547339. OLE color: 11547339.
HSL color Cylindrical-coordinate representation of color #CB32B0: hue angle of 310.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB32B0 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 176 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.20 |
| HSL | 310.59º | 0.6% | 0.5% | - |
| HSV(B) | 310.59º | 0.75% | 0.8% | - |
| XYZ | 33.61 | 18.11 | 42.8 | - |
| YUV | 110.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 176 | 0 | 0.75 | 0.13 | 0.20 | 310.59 | 0.6 | 0.5 |
| Hex | CB | 32 | B0 | 0 | 4B | D | 14 | 137 | 3C | 32 |
| Octal | 313 | 62 | 260 | 0 | 113 | 15 | 24 | 467 | 74 | 62 |
| Binary | 11001011 | 110010 | 10110000 | 0 | 1001011 | 1101 | 10100 | 100110111 | 111100 | 110010 |
Color Harmonies of #CB32B0
Complementary color
Monochromatic Colors of #CB32B0
Black with #CB32B0
Text Example
Text Example
White with #CB32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32B0; }
p { color: rgb(203,50,176); }
H1.HeaderClassName
{
color: #CB32B0;
}
.AnyTagClassName
{
color: #CB32B0;
}
</style>
background-color css
<style>
a { background-color: #CB32B0; }
a { background-color: rgb(203,50,176); }
div.DivClassName
{
background-color: #CB32B0;
}
.BgClassName
{
background-color: #CB32B0;
}
</style>
border-color css
<style>
span { border-color: #CB32B0; }
span { border-color: rgb(203,50,176); }
td.TdClassName
{
border-color: #CB32B0;
}
.TagClassName
{
border-color: #CB32B0;
}
</style>