Shades of Fuchsia #CB32BF
Tints of Fuchsia #CB32BF
RGB
CMYK
RGB Variations
Color information
#CB32BF (or 0xCB32BF) is known color: Fuchsia. HEX triplet: CB, 32 and BF. RGB value is (203,50,191). Sum of RGB (Red+Green+Blue) = 203+50+191=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32BF is #34CD40. Grayscale: #6F6F6F. Windows color (decimal): -3460417 or 12530379. OLE color: 12530379.
HSL color Cylindrical-coordinate representation of color #CB32BF: hue angle of 304.71º 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 #CB32BF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 191 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.20 |
| HSL | 304.71º | 0.6% | 0.5% | - |
| HSV(B) | 304.71º | 0.75% | 0.8% | - |
| XYZ | 35.17 | 18.74 | 51.05 | - |
| YUV | 111.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 191 | 0 | 0.75 | 0.06 | 0.20 | 304.71 | 0.6 | 0.5 |
| Hex | CB | 32 | BF | 0 | 4B | 6 | 14 | 131 | 3C | 32 |
| Octal | 313 | 62 | 277 | 0 | 113 | 6 | 24 | 461 | 74 | 62 |
| Binary | 11001011 | 110010 | 10111111 | 0 | 1001011 | 110 | 10100 | 100110001 | 111100 | 110010 |
Color Harmonies of #CB32BF
Complementary color
Monochromatic Colors of #CB32BF
Black with #CB32BF
Text Example
Text Example
White with #CB32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32BF; }
p { color: rgb(203,50,191); }
H1.HeaderClassName
{
color: #CB32BF;
}
.AnyTagClassName
{
color: #CB32BF;
}
</style>
background-color css
<style>
a { background-color: #CB32BF; }
a { background-color: rgb(203,50,191); }
div.DivClassName
{
background-color: #CB32BF;
}
.BgClassName
{
background-color: #CB32BF;
}
</style>
border-color css
<style>
span { border-color: #CB32BF; }
span { border-color: rgb(203,50,191); }
td.TdClassName
{
border-color: #CB32BF;
}
.TagClassName
{
border-color: #CB32BF;
}
</style>