Shades of Fuchsia #CB33D3
Tints of Fuchsia #CB33D3
RGB
CMYK
RGB Variations
Color information
#CB33D3 (or 0xCB33D3) is known color: Fuchsia. HEX triplet: CB, 33 and D3. RGB value is (203,51,211). Sum of RGB (Red+Green+Blue) = 203+51+211=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB33D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33D3 is #34CC2C. Grayscale: #727272. Windows color (decimal): -3460141 or 13841355. OLE color: 13841355.
HSL color Cylindrical-coordinate representation of color #CB33D3: hue angle of 297º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB33D3 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 51 | 211 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.17 |
| HSL | 297º | 0.65% | 0.51% | - |
| HSV(B) | 297º | 0.76% | 0.83% | - |
| XYZ | 37.57 | 19.77 | 63.46 | - |
| YUV | 114.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 211 | 0.04 | 0.76 | 0 | 0.17 | 297 | 0.65 | 0.51 |
| Hex | CB | 33 | D3 | 4 | 4C | 0 | 11 | 129 | 41 | 33 |
| Octal | 313 | 63 | 323 | 4 | 114 | 0 | 21 | 451 | 101 | 63 |
| Binary | 11001011 | 110011 | 11010011 | 100 | 1001100 | 0 | 10001 | 100101001 | 1000001 | 110011 |
Color Harmonies of #CB33D3
Complementary color
Monochromatic Colors of #CB33D3
Black with #CB33D3
Text Example
Text Example
White with #CB33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33D3; }
p { color: rgb(203,51,211); }
H1.HeaderClassName
{
color: #CB33D3;
}
.AnyTagClassName
{
color: #CB33D3;
}
</style>
background-color css
<style>
a { background-color: #CB33D3; }
a { background-color: rgb(203,51,211); }
div.DivClassName
{
background-color: #CB33D3;
}
.BgClassName
{
background-color: #CB33D3;
}
</style>
border-color css
<style>
span { border-color: #CB33D3; }
span { border-color: rgb(203,51,211); }
td.TdClassName
{
border-color: #CB33D3;
}
.TagClassName
{
border-color: #CB33D3;
}
</style>