Shades of Fuchsia #CB3BC1
Tints of Fuchsia #CB3BC1
RGB
CMYK
RGB Variations
Color information
#CB3BC1 (or 0xCB3BC1) is known color: Fuchsia. HEX triplet: CB, 3B and C1. RGB value is (203,59,193). Sum of RGB (Red+Green+Blue) = 203+59+193=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BC1 is #34C43E. Grayscale: #747474. Windows color (decimal): -3458111 or 12663755. OLE color: 12663755.
HSL color Cylindrical-coordinate representation of color #CB3BC1: hue angle of 304.17º 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 #CB3BC1 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 193 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.20 |
| HSL | 304.17º | 0.58% | 0.51% | - |
| HSV(B) | 304.17º | 0.71% | 0.8% | - |
| XYZ | 35.82 | 19.67 | 52.36 | - |
| YUV | 117.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 193 | 0 | 0.71 | 0.05 | 0.20 | 304.17 | 0.58 | 0.51 |
| Hex | CB | 3B | C1 | 0 | 47 | 5 | 14 | 130 | 3A | 33 |
| Octal | 313 | 73 | 301 | 0 | 107 | 5 | 24 | 460 | 72 | 63 |
| Binary | 11001011 | 111011 | 11000001 | 0 | 1000111 | 101 | 10100 | 100110000 | 111010 | 110011 |
Color Harmonies of #CB3BC1
Complementary color
Monochromatic Colors of #CB3BC1
Black with #CB3BC1
Text Example
Text Example
White with #CB3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BC1; }
p { color: rgb(203,59,193); }
H1.HeaderClassName
{
color: #CB3BC1;
}
.AnyTagClassName
{
color: #CB3BC1;
}
</style>
background-color css
<style>
a { background-color: #CB3BC1; }
a { background-color: rgb(203,59,193); }
div.DivClassName
{
background-color: #CB3BC1;
}
.BgClassName
{
background-color: #CB3BC1;
}
</style>
border-color css
<style>
span { border-color: #CB3BC1; }
span { border-color: rgb(203,59,193); }
td.TdClassName
{
border-color: #CB3BC1;
}
.TagClassName
{
border-color: #CB3BC1;
}
</style>