Shades of Fuchsia #CB32B6
Tints of Fuchsia #CB32B6
RGB
CMYK
RGB Variations
Color information
#CB32B6 (or 0xCB32B6) is known color: Fuchsia. HEX triplet: CB, 32 and B6. RGB value is (203,50,182). Sum of RGB (Red+Green+Blue) = 203+50+182=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32B6 is #34CD49. Grayscale: #6E6E6E. Windows color (decimal): -3460426 or 11940555. OLE color: 11940555.
HSL color Cylindrical-coordinate representation of color #CB32B6: hue angle of 308.24º 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 #CB32B6 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 182 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.20 |
| HSL | 308.24º | 0.6% | 0.5% | - |
| HSV(B) | 308.24º | 0.75% | 0.8% | - |
| XYZ | 34.21 | 18.36 | 46 | - |
| YUV | 110.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 182 | 0 | 0.75 | 0.10 | 0.20 | 308.24 | 0.6 | 0.5 |
| Hex | CB | 32 | B6 | 0 | 4B | A | 14 | 134 | 3C | 32 |
| Octal | 313 | 62 | 266 | 0 | 113 | 12 | 24 | 464 | 74 | 62 |
| Binary | 11001011 | 110010 | 10110110 | 0 | 1001011 | 1010 | 10100 | 100110100 | 111100 | 110010 |
Color Harmonies of #CB32B6
Complementary color
Monochromatic Colors of #CB32B6
Black with #CB32B6
Text Example
Text Example
White with #CB32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32B6; }
p { color: rgb(203,50,182); }
H1.HeaderClassName
{
color: #CB32B6;
}
.AnyTagClassName
{
color: #CB32B6;
}
</style>
background-color css
<style>
a { background-color: #CB32B6; }
a { background-color: rgb(203,50,182); }
div.DivClassName
{
background-color: #CB32B6;
}
.BgClassName
{
background-color: #CB32B6;
}
</style>
border-color css
<style>
span { border-color: #CB32B6; }
span { border-color: rgb(203,50,182); }
td.TdClassName
{
border-color: #CB32B6;
}
.TagClassName
{
border-color: #CB32B6;
}
</style>