Shades of Fuchsia #CB32BC
Tints of Fuchsia #CB32BC
RGB
CMYK
RGB Variations
Color information
#CB32BC (or 0xCB32BC) is known color: Fuchsia. HEX triplet: CB, 32 and BC. RGB value is (203,50,188). Sum of RGB (Red+Green+Blue) = 203+50+188=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32BC is #34CD43. Grayscale: #6F6F6F. Windows color (decimal): -3460420 or 12333771. OLE color: 12333771.
HSL color Cylindrical-coordinate representation of color #CB32BC: hue angle of 305.88º 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 #CB32BC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 188 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.20 |
| HSL | 305.88º | 0.6% | 0.5% | - |
| HSV(B) | 305.88º | 0.75% | 0.8% | - |
| XYZ | 34.85 | 18.61 | 49.33 | - |
| YUV | 111.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 188 | 0 | 0.75 | 0.07 | 0.20 | 305.88 | 0.6 | 0.5 |
| Hex | CB | 32 | BC | 0 | 4B | 7 | 14 | 132 | 3C | 32 |
| Octal | 313 | 62 | 274 | 0 | 113 | 7 | 24 | 462 | 74 | 62 |
| Binary | 11001011 | 110010 | 10111100 | 0 | 1001011 | 111 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CB32BC
Complementary color
Monochromatic Colors of #CB32BC
Black with #CB32BC
Text Example
Text Example
White with #CB32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32BC; }
p { color: rgb(203,50,188); }
H1.HeaderClassName
{
color: #CB32BC;
}
.AnyTagClassName
{
color: #CB32BC;
}
</style>
background-color css
<style>
a { background-color: #CB32BC; }
a { background-color: rgb(203,50,188); }
div.DivClassName
{
background-color: #CB32BC;
}
.BgClassName
{
background-color: #CB32BC;
}
</style>
border-color css
<style>
span { border-color: #CB32BC; }
span { border-color: rgb(203,50,188); }
td.TdClassName
{
border-color: #CB32BC;
}
.TagClassName
{
border-color: #CB32BC;
}
</style>