Shades of Fuchsia #CB3EC6
Tints of Fuchsia #CB3EC6
RGB
CMYK
RGB Variations
Color information
#CB3EC6 (or 0xCB3EC6) is known color: Fuchsia. HEX triplet: CB, 3E and C6. RGB value is (203,62,198). Sum of RGB (Red+Green+Blue) = 203+62+198=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EC6 is #34C139. Grayscale: #777777. Windows color (decimal): -3457338 or 12992203. OLE color: 12992203.
HSL color Cylindrical-coordinate representation of color #CB3EC6: hue angle of 302.13º degrees, saturation: 0.58, 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 #CB3EC6 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 198 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.20 |
| HSL | 302.13º | 0.58% | 0.52% | - |
| HSV(B) | 302.13º | 0.69% | 0.8% | - |
| XYZ | 36.54 | 20.22 | 55.4 | - |
| YUV | 119.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 198 | 0 | 0.69 | 0.02 | 0.20 | 302.13 | 0.58 | 0.52 |
| Hex | CB | 3E | C6 | 0 | 45 | 2 | 14 | 12E | 3A | 34 |
| Octal | 313 | 76 | 306 | 0 | 105 | 2 | 24 | 456 | 72 | 64 |
| Binary | 11001011 | 111110 | 11000110 | 0 | 1000101 | 10 | 10100 | 100101110 | 111010 | 110100 |
Color Harmonies of #CB3EC6
Complementary color
Monochromatic Colors of #CB3EC6
Black with #CB3EC6
Text Example
Text Example
White with #CB3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EC6; }
p { color: rgb(203,62,198); }
H1.HeaderClassName
{
color: #CB3EC6;
}
.AnyTagClassName
{
color: #CB3EC6;
}
</style>
background-color css
<style>
a { background-color: #CB3EC6; }
a { background-color: rgb(203,62,198); }
div.DivClassName
{
background-color: #CB3EC6;
}
.BgClassName
{
background-color: #CB3EC6;
}
</style>
border-color css
<style>
span { border-color: #CB3EC6; }
span { border-color: rgb(203,62,198); }
td.TdClassName
{
border-color: #CB3EC6;
}
.TagClassName
{
border-color: #CB3EC6;
}
</style>