Shades of Fuchsia #CB3BC5
Tints of Fuchsia #CB3BC5
RGB
CMYK
RGB Variations
Color information
#CB3BC5 (or 0xCB3BC5) is known color: Fuchsia. HEX triplet: CB, 3B and C5. RGB value is (203,59,197). Sum of RGB (Red+Green+Blue) = 203+59+197=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BC5 is #34C43A. Grayscale: #757575. Windows color (decimal): -3458107 or 12925899. OLE color: 12925899.
HSL color Cylindrical-coordinate representation of color #CB3BC5: hue angle of 302.5º 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 #CB3BC5 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 197 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.20 |
| HSL | 302.5º | 0.58% | 0.51% | - |
| HSV(B) | 302.5º | 0.71% | 0.8% | - |
| XYZ | 36.27 | 19.86 | 54.74 | - |
| YUV | 117.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 197 | 0 | 0.71 | 0.03 | 0.20 | 302.5 | 0.58 | 0.51 |
| Hex | CB | 3B | C5 | 0 | 47 | 3 | 14 | 12E | 3A | 33 |
| Octal | 313 | 73 | 305 | 0 | 107 | 3 | 24 | 456 | 72 | 63 |
| Binary | 11001011 | 111011 | 11000101 | 0 | 1000111 | 11 | 10100 | 100101110 | 111010 | 110011 |
Color Harmonies of #CB3BC5
Complementary color
Monochromatic Colors of #CB3BC5
Black with #CB3BC5
Text Example
Text Example
White with #CB3BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BC5; }
p { color: rgb(203,59,197); }
H1.HeaderClassName
{
color: #CB3BC5;
}
.AnyTagClassName
{
color: #CB3BC5;
}
</style>
background-color css
<style>
a { background-color: #CB3BC5; }
a { background-color: rgb(203,59,197); }
div.DivClassName
{
background-color: #CB3BC5;
}
.BgClassName
{
background-color: #CB3BC5;
}
</style>
border-color css
<style>
span { border-color: #CB3BC5; }
span { border-color: rgb(203,59,197); }
td.TdClassName
{
border-color: #CB3BC5;
}
.TagClassName
{
border-color: #CB3BC5;
}
</style>