Shades of Fuchsia #CB33BE
Tints of Fuchsia #CB33BE
RGB
CMYK
RGB Variations
Color information
#CB33BE (or 0xCB33BE) is known color: Fuchsia. HEX triplet: CB, 33 and BE. RGB value is (203,51,190). Sum of RGB (Red+Green+Blue) = 203+51+190=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33BE is #34CC41. Grayscale: #6F6F6F. Windows color (decimal): -3460162 or 12465099. OLE color: 12465099.
HSL color Cylindrical-coordinate representation of color #CB33BE: hue angle of 305.13º 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 #CB33BE is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 190 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.20 |
| HSL | 305.13º | 0.6% | 0.5% | - |
| HSV(B) | 305.13º | 0.75% | 0.8% | - |
| XYZ | 35.11 | 18.78 | 50.49 | - |
| YUV | 112.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 190 | 0 | 0.75 | 0.06 | 0.20 | 305.13 | 0.6 | 0.5 |
| Hex | CB | 33 | BE | 0 | 4B | 6 | 14 | 131 | 3C | 32 |
| Octal | 313 | 63 | 276 | 0 | 113 | 6 | 24 | 461 | 74 | 62 |
| Binary | 11001011 | 110011 | 10111110 | 0 | 1001011 | 110 | 10100 | 100110001 | 111100 | 110010 |
Color Harmonies of #CB33BE
Complementary color
Monochromatic Colors of #CB33BE
Black with #CB33BE
Text Example
Text Example
White with #CB33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33BE; }
p { color: rgb(203,51,190); }
H1.HeaderClassName
{
color: #CB33BE;
}
.AnyTagClassName
{
color: #CB33BE;
}
</style>
background-color css
<style>
a { background-color: #CB33BE; }
a { background-color: rgb(203,51,190); }
div.DivClassName
{
background-color: #CB33BE;
}
.BgClassName
{
background-color: #CB33BE;
}
</style>
border-color css
<style>
span { border-color: #CB33BE; }
span { border-color: rgb(203,51,190); }
td.TdClassName
{
border-color: #CB33BE;
}
.TagClassName
{
border-color: #CB33BE;
}
</style>