Shades of Fuchsia #CB33BC
Tints of Fuchsia #CB33BC
RGB
CMYK
RGB Variations
Color information
#CB33BC (or 0xCB33BC) is known color: Fuchsia. HEX triplet: CB, 33 and BC. RGB value is (203,51,188). Sum of RGB (Red+Green+Blue) = 203+51+188=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33BC is #34CC43. Grayscale: #6F6F6F. Windows color (decimal): -3460164 or 12334027. OLE color: 12334027.
HSL color Cylindrical-coordinate representation of color #CB33BC: hue angle of 305.92º 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 #CB33BC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 188 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.20 |
| HSL | 305.92º | 0.6% | 0.5% | - |
| HSV(B) | 305.92º | 0.75% | 0.8% | - |
| XYZ | 34.89 | 18.7 | 49.35 | - |
| YUV | 112.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 188 | 0 | 0.75 | 0.07 | 0.20 | 305.92 | 0.6 | 0.5 |
| Hex | CB | 33 | BC | 0 | 4B | 7 | 14 | 132 | 3C | 32 |
| Octal | 313 | 63 | 274 | 0 | 113 | 7 | 24 | 462 | 74 | 62 |
| Binary | 11001011 | 110011 | 10111100 | 0 | 1001011 | 111 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CB33BC
Complementary color
Monochromatic Colors of #CB33BC
Black with #CB33BC
Text Example
Text Example
White with #CB33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33BC; }
p { color: rgb(203,51,188); }
H1.HeaderClassName
{
color: #CB33BC;
}
.AnyTagClassName
{
color: #CB33BC;
}
</style>
background-color css
<style>
a { background-color: #CB33BC; }
a { background-color: rgb(203,51,188); }
div.DivClassName
{
background-color: #CB33BC;
}
.BgClassName
{
background-color: #CB33BC;
}
</style>
border-color css
<style>
span { border-color: #CB33BC; }
span { border-color: rgb(203,51,188); }
td.TdClassName
{
border-color: #CB33BC;
}
.TagClassName
{
border-color: #CB33BC;
}
</style>