Shades of Fuchsia #CB40BC
Tints of Fuchsia #CB40BC
RGB
CMYK
RGB Variations
Color information
#CB40BC (or 0xCB40BC) is known color: Fuchsia. HEX triplet: CB, 40 and BC. RGB value is (203,64,188). Sum of RGB (Red+Green+Blue) = 203+64+188=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40BC is #34BF43. Grayscale: #777777. Windows color (decimal): -3456836 or 12337355. OLE color: 12337355.
HSL color Cylindrical-coordinate representation of color #CB40BC: hue angle of 306.47º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40BC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 188 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.20 |
| HSL | 306.47º | 0.57% | 0.52% | - |
| HSV(B) | 306.47º | 0.68% | 0.8% | - |
| XYZ | 35.54 | 19.99 | 49.56 | - |
| YUV | 119.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 188 | 0 | 0.68 | 0.07 | 0.20 | 306.47 | 0.57 | 0.52 |
| Hex | CB | 40 | BC | 0 | 44 | 7 | 14 | 132 | 39 | 34 |
| Octal | 313 | 100 | 274 | 0 | 104 | 7 | 24 | 462 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10111100 | 0 | 1000100 | 111 | 10100 | 100110010 | 111001 | 110100 |
Color Harmonies of #CB40BC
Complementary color
Monochromatic Colors of #CB40BC
Black with #CB40BC
Text Example
Text Example
White with #CB40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40BC; }
p { color: rgb(203,64,188); }
H1.HeaderClassName
{
color: #CB40BC;
}
.AnyTagClassName
{
color: #CB40BC;
}
</style>
background-color css
<style>
a { background-color: #CB40BC; }
a { background-color: rgb(203,64,188); }
div.DivClassName
{
background-color: #CB40BC;
}
.BgClassName
{
background-color: #CB40BC;
}
</style>
border-color css
<style>
span { border-color: #CB40BC; }
span { border-color: rgb(203,64,188); }
td.TdClassName
{
border-color: #CB40BC;
}
.TagClassName
{
border-color: #CB40BC;
}
</style>