Shades of Fuchsia #CB53BC
Tints of Fuchsia #CB53BC
RGB
CMYK
RGB Variations
Color information
#CB53BC (or 0xCB53BC) is known color: Fuchsia. HEX triplet: CB, 53 and BC. RGB value is (203,83,188). Sum of RGB (Red+Green+Blue) = 203+83+188=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53BC is #34AC43. Grayscale: #828282. Windows color (decimal): -3451972 or 12342219. OLE color: 12342219.
HSL color Cylindrical-coordinate representation of color #CB53BC: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53BC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 188 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.20 |
| HSL | 307.5º | 0.54% | 0.56% | - |
| HSV(B) | 307.5º | 0.59% | 0.8% | - |
| XYZ | 36.8 | 22.51 | 49.98 | - |
| YUV | 130.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 188 | 0 | 0.59 | 0.07 | 0.20 | 307.5 | 0.54 | 0.56 |
| Hex | CB | 53 | BC | 0 | 3B | 7 | 14 | 134 | 36 | 38 |
| Octal | 313 | 123 | 274 | 0 | 73 | 7 | 24 | 464 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10111100 | 0 | 111011 | 111 | 10100 | 100110100 | 110110 | 111000 |
Color Harmonies of #CB53BC
Complementary color
Monochromatic Colors of #CB53BC
Black with #CB53BC
Text Example
Text Example
White with #CB53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53BC; }
p { color: rgb(203,83,188); }
H1.HeaderClassName
{
color: #CB53BC;
}
.AnyTagClassName
{
color: #CB53BC;
}
</style>
background-color css
<style>
a { background-color: #CB53BC; }
a { background-color: rgb(203,83,188); }
div.DivClassName
{
background-color: #CB53BC;
}
.BgClassName
{
background-color: #CB53BC;
}
</style>
border-color css
<style>
span { border-color: #CB53BC; }
span { border-color: rgb(203,83,188); }
td.TdClassName
{
border-color: #CB53BC;
}
.TagClassName
{
border-color: #CB53BC;
}
</style>