Shades of Fuchsia #CB33B7
Tints of Fuchsia #CB33B7
RGB
CMYK
RGB Variations
Color information
#CB33B7 (or 0xCB33B7) is known color: Fuchsia. HEX triplet: CB, 33 and B7. RGB value is (203,51,183). Sum of RGB (Red+Green+Blue) = 203+51+183=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33B7 is #34CC48. Grayscale: #6F6F6F. Windows color (decimal): -3460169 or 12006347. OLE color: 12006347.
HSL color Cylindrical-coordinate representation of color #CB33B7: hue angle of 307.89º 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 #CB33B7 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 183 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.20 |
| HSL | 307.89º | 0.6% | 0.5% | - |
| HSV(B) | 307.89º | 0.75% | 0.8% | - |
| XYZ | 34.36 | 18.48 | 46.56 | - |
| YUV | 111.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 183 | 0 | 0.75 | 0.10 | 0.20 | 307.89 | 0.6 | 0.5 |
| Hex | CB | 33 | B7 | 0 | 4B | A | 14 | 134 | 3C | 32 |
| Octal | 313 | 63 | 267 | 0 | 113 | 12 | 24 | 464 | 74 | 62 |
| Binary | 11001011 | 110011 | 10110111 | 0 | 1001011 | 1010 | 10100 | 100110100 | 111100 | 110010 |
Color Harmonies of #CB33B7
Complementary color
Monochromatic Colors of #CB33B7
Black with #CB33B7
Text Example
Text Example
White with #CB33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33B7; }
p { color: rgb(203,51,183); }
H1.HeaderClassName
{
color: #CB33B7;
}
.AnyTagClassName
{
color: #CB33B7;
}
</style>
background-color css
<style>
a { background-color: #CB33B7; }
a { background-color: rgb(203,51,183); }
div.DivClassName
{
background-color: #CB33B7;
}
.BgClassName
{
background-color: #CB33B7;
}
</style>
border-color css
<style>
span { border-color: #CB33B7; }
span { border-color: rgb(203,51,183); }
td.TdClassName
{
border-color: #CB33B7;
}
.TagClassName
{
border-color: #CB33B7;
}
</style>