Shades of Fuchsia #CB56D2
Tints of Fuchsia #CB56D2
RGB
CMYK
RGB Variations
Color information
#CB56D2 (or 0xCB56D2) is known color: Fuchsia. HEX triplet: CB, 56 and D2. RGB value is (203,86,210). Sum of RGB (Red+Green+Blue) = 203+86+210=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB56D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56D2 is #34A92D. Grayscale: #868686. Windows color (decimal): -3451182 or 13784779. OLE color: 13784779.
HSL color Cylindrical-coordinate representation of color #CB56D2: hue angle of 296.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB56D2 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 86 | 210 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.18 |
| HSL | 296.61º | 0.58% | 0.58% | - |
| HSV(B) | 296.61º | 0.59% | 0.82% | - |
| XYZ | 39.59 | 24.01 | 63.52 | - |
| YUV | 135.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 210 | 0.03 | 0.59 | 0 | 0.18 | 296.61 | 0.58 | 0.58 |
| Hex | CB | 56 | D2 | 3 | 3B | 0 | 12 | 129 | 3A | 3A |
| Octal | 313 | 126 | 322 | 3 | 73 | 0 | 22 | 451 | 72 | 72 |
| Binary | 11001011 | 1010110 | 11010010 | 11 | 111011 | 0 | 10010 | 100101001 | 111010 | 111010 |
Color Harmonies of #CB56D2
Complementary color
Monochromatic Colors of #CB56D2
Black with #CB56D2
Text Example
Text Example
White with #CB56D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56D2; }
p { color: rgb(203,86,210); }
H1.HeaderClassName
{
color: #CB56D2;
}
.AnyTagClassName
{
color: #CB56D2;
}
</style>
background-color css
<style>
a { background-color: #CB56D2; }
a { background-color: rgb(203,86,210); }
div.DivClassName
{
background-color: #CB56D2;
}
.BgClassName
{
background-color: #CB56D2;
}
</style>
border-color css
<style>
span { border-color: #CB56D2; }
span { border-color: rgb(203,86,210); }
td.TdClassName
{
border-color: #CB56D2;
}
.TagClassName
{
border-color: #CB56D2;
}
</style>