Shades of Fuchsia #CB3BC4
Tints of Fuchsia #CB3BC4
RGB
CMYK
RGB Variations
Color information
#CB3BC4 (or 0xCB3BC4) is known color: Fuchsia. HEX triplet: CB, 3B and C4. RGB value is (203,59,196). Sum of RGB (Red+Green+Blue) = 203+59+196=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BC4 is #34C43B. Grayscale: #757575. Windows color (decimal): -3458108 or 12860363. OLE color: 12860363.
HSL color Cylindrical-coordinate representation of color #CB3BC4: hue angle of 302.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BC4 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 196 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.20 |
| HSL | 302.92º | 0.58% | 0.51% | - |
| HSV(B) | 302.92º | 0.71% | 0.8% | - |
| XYZ | 36.16 | 19.81 | 54.14 | - |
| YUV | 117.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 196 | 0 | 0.71 | 0.03 | 0.20 | 302.92 | 0.58 | 0.51 |
| Hex | CB | 3B | C4 | 0 | 47 | 3 | 14 | 12F | 3A | 33 |
| Octal | 313 | 73 | 304 | 0 | 107 | 3 | 24 | 457 | 72 | 63 |
| Binary | 11001011 | 111011 | 11000100 | 0 | 1000111 | 11 | 10100 | 100101111 | 111010 | 110011 |
Color Harmonies of #CB3BC4
Complementary color
Monochromatic Colors of #CB3BC4
Black with #CB3BC4
Text Example
Text Example
White with #CB3BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BC4; }
p { color: rgb(203,59,196); }
H1.HeaderClassName
{
color: #CB3BC4;
}
.AnyTagClassName
{
color: #CB3BC4;
}
</style>
background-color css
<style>
a { background-color: #CB3BC4; }
a { background-color: rgb(203,59,196); }
div.DivClassName
{
background-color: #CB3BC4;
}
.BgClassName
{
background-color: #CB3BC4;
}
</style>
border-color css
<style>
span { border-color: #CB3BC4; }
span { border-color: rgb(203,59,196); }
td.TdClassName
{
border-color: #CB3BC4;
}
.TagClassName
{
border-color: #CB3BC4;
}
</style>