Shades of Fuchsia #CB33B0
Tints of Fuchsia #CB33B0
RGB
CMYK
RGB Variations
Color information
#CB33B0 (or 0xCB33B0) is known color: Fuchsia. HEX triplet: CB, 33 and B0. RGB value is (203,51,176). Sum of RGB (Red+Green+Blue) = 203+51+176=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33B0 is #34CC4F. Grayscale: #6E6E6E. Windows color (decimal): -3460176 or 11547595. OLE color: 11547595.
HSL color Cylindrical-coordinate representation of color #CB33B0: hue angle of 310.66º 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 #CB33B0 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 176 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.20 |
| HSL | 310.66º | 0.6% | 0.5% | - |
| HSV(B) | 310.66º | 0.75% | 0.8% | - |
| XYZ | 33.65 | 18.2 | 42.81 | - |
| YUV | 110.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 176 | 0 | 0.75 | 0.13 | 0.20 | 310.66 | 0.6 | 0.5 |
| Hex | CB | 33 | B0 | 0 | 4B | D | 14 | 137 | 3C | 32 |
| Octal | 313 | 63 | 260 | 0 | 113 | 15 | 24 | 467 | 74 | 62 |
| Binary | 11001011 | 110011 | 10110000 | 0 | 1001011 | 1101 | 10100 | 100110111 | 111100 | 110010 |
Color Harmonies of #CB33B0
Complementary color
Monochromatic Colors of #CB33B0
Black with #CB33B0
Text Example
Text Example
White with #CB33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33B0; }
p { color: rgb(203,51,176); }
H1.HeaderClassName
{
color: #CB33B0;
}
.AnyTagClassName
{
color: #CB33B0;
}
</style>
background-color css
<style>
a { background-color: #CB33B0; }
a { background-color: rgb(203,51,176); }
div.DivClassName
{
background-color: #CB33B0;
}
.BgClassName
{
background-color: #CB33B0;
}
</style>
border-color css
<style>
span { border-color: #CB33B0; }
span { border-color: rgb(203,51,176); }
td.TdClassName
{
border-color: #CB33B0;
}
.TagClassName
{
border-color: #CB33B0;
}
</style>