Shades of Fuchsia #CB3FC6
Tints of Fuchsia #CB3FC6
RGB
CMYK
RGB Variations
Color information
#CB3FC6 (or 0xCB3FC6) is known color: Fuchsia. HEX triplet: CB, 3F and C6. RGB value is (203,63,198). Sum of RGB (Red+Green+Blue) = 203+63+198=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FC6 is #34C039. Grayscale: #777777. Windows color (decimal): -3457082 or 12992459. OLE color: 12992459.
HSL color Cylindrical-coordinate representation of color #CB3FC6: hue angle of 302.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FC6 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 198 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.20 |
| HSL | 302.14º | 0.57% | 0.52% | - |
| HSV(B) | 302.14º | 0.69% | 0.8% | - |
| XYZ | 36.6 | 20.33 | 55.42 | - |
| YUV | 120.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 198 | 0 | 0.69 | 0.02 | 0.20 | 302.14 | 0.57 | 0.52 |
| Hex | CB | 3F | C6 | 0 | 45 | 2 | 14 | 12E | 39 | 34 |
| Octal | 313 | 77 | 306 | 0 | 105 | 2 | 24 | 456 | 71 | 64 |
| Binary | 11001011 | 111111 | 11000110 | 0 | 1000101 | 10 | 10100 | 100101110 | 111001 | 110100 |
Color Harmonies of #CB3FC6
Complementary color
Monochromatic Colors of #CB3FC6
Black with #CB3FC6
Text Example
Text Example
White with #CB3FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FC6; }
p { color: rgb(203,63,198); }
H1.HeaderClassName
{
color: #CB3FC6;
}
.AnyTagClassName
{
color: #CB3FC6;
}
</style>
background-color css
<style>
a { background-color: #CB3FC6; }
a { background-color: rgb(203,63,198); }
div.DivClassName
{
background-color: #CB3FC6;
}
.BgClassName
{
background-color: #CB3FC6;
}
</style>
border-color css
<style>
span { border-color: #CB3FC6; }
span { border-color: rgb(203,63,198); }
td.TdClassName
{
border-color: #CB3FC6;
}
.TagClassName
{
border-color: #CB3FC6;
}
</style>