Shades of Fuchsia #CB33B5
Tints of Fuchsia #CB33B5
RGB
CMYK
RGB Variations
Color information
#CB33B5 (or 0xCB33B5) is known color: Fuchsia. HEX triplet: CB, 33 and B5. RGB value is (203,51,181). Sum of RGB (Red+Green+Blue) = 203+51+181=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33B5 is #34CC4A. Grayscale: #6E6E6E. Windows color (decimal): -3460171 or 11875275. OLE color: 11875275.
HSL color Cylindrical-coordinate representation of color #CB33B5: hue angle of 308.68º 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 #CB33B5 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 181 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.20 |
| HSL | 308.68º | 0.6% | 0.5% | - |
| HSV(B) | 308.68º | 0.75% | 0.8% | - |
| XYZ | 34.15 | 18.4 | 45.47 | - |
| YUV | 111.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 181 | 0 | 0.75 | 0.11 | 0.20 | 308.68 | 0.6 | 0.5 |
| Hex | CB | 33 | B5 | 0 | 4B | B | 14 | 135 | 3C | 32 |
| Octal | 313 | 63 | 265 | 0 | 113 | 13 | 24 | 465 | 74 | 62 |
| Binary | 11001011 | 110011 | 10110101 | 0 | 1001011 | 1011 | 10100 | 100110101 | 111100 | 110010 |
Color Harmonies of #CB33B5
Complementary color
Monochromatic Colors of #CB33B5
Black with #CB33B5
Text Example
Text Example
White with #CB33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33B5; }
p { color: rgb(203,51,181); }
H1.HeaderClassName
{
color: #CB33B5;
}
.AnyTagClassName
{
color: #CB33B5;
}
</style>
background-color css
<style>
a { background-color: #CB33B5; }
a { background-color: rgb(203,51,181); }
div.DivClassName
{
background-color: #CB33B5;
}
.BgClassName
{
background-color: #CB33B5;
}
</style>
border-color css
<style>
span { border-color: #CB33B5; }
span { border-color: rgb(203,51,181); }
td.TdClassName
{
border-color: #CB33B5;
}
.TagClassName
{
border-color: #CB33B5;
}
</style>