Shades of Fuchsia #CB33D0
Tints of Fuchsia #CB33D0
RGB
CMYK
RGB Variations
Color information
#CB33D0 (or 0xCB33D0) is known color: Fuchsia. HEX triplet: CB, 33 and D0. RGB value is (203,51,208). Sum of RGB (Red+Green+Blue) = 203+51+208=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33D0 is #34CC2F. Grayscale: #717171. Windows color (decimal): -3460144 or 13644747. OLE color: 13644747.
HSL color Cylindrical-coordinate representation of color #CB33D0: hue angle of 298.09º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33D0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 51 | 208 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.09º | 0.63% | 0.51% | - |
| HSV(B) | 298.09º | 0.75% | 0.82% | - |
| XYZ | 37.2 | 19.62 | 61.5 | - |
| YUV | 114.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 208 | 0.02 | 0.75 | 0 | 0.18 | 298.09 | 0.63 | 0.51 |
| Hex | CB | 33 | D0 | 2 | 4B | 0 | 12 | 12A | 3F | 33 |
| Octal | 313 | 63 | 320 | 2 | 113 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001011 | 110011 | 11010000 | 10 | 1001011 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CB33D0
Complementary color
Monochromatic Colors of #CB33D0
Black with #CB33D0
Text Example
Text Example
White with #CB33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33D0; }
p { color: rgb(203,51,208); }
H1.HeaderClassName
{
color: #CB33D0;
}
.AnyTagClassName
{
color: #CB33D0;
}
</style>
background-color css
<style>
a { background-color: #CB33D0; }
a { background-color: rgb(203,51,208); }
div.DivClassName
{
background-color: #CB33D0;
}
.BgClassName
{
background-color: #CB33D0;
}
</style>
border-color css
<style>
span { border-color: #CB33D0; }
span { border-color: rgb(203,51,208); }
td.TdClassName
{
border-color: #CB33D0;
}
.TagClassName
{
border-color: #CB33D0;
}
</style>