Shades of Fuchsia #CB36D0
Tints of Fuchsia #CB36D0
RGB
CMYK
RGB Variations
Color information
#CB36D0 (or 0xCB36D0) is known color: Fuchsia. HEX triplet: CB, 36 and D0. RGB value is (203,54,208). Sum of RGB (Red+Green+Blue) = 203+54+208=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36D0 is #34C92F. Grayscale: #737373. Windows color (decimal): -3459376 or 13645515. OLE color: 13645515.
HSL color Cylindrical-coordinate representation of color #CB36D0: hue angle of 298.05º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB36D0 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 54 | 208 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.18 |
| HSL | 298.05º | 0.62% | 0.51% | - |
| HSV(B) | 298.05º | 0.74% | 0.82% | - |
| XYZ | 37.33 | 19.89 | 61.55 | - |
| YUV | 116.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 208 | 0.02 | 0.74 | 0 | 0.18 | 298.05 | 0.62 | 0.51 |
| Hex | CB | 36 | D0 | 2 | 4A | 0 | 12 | 12A | 3E | 33 |
| Octal | 313 | 66 | 320 | 2 | 112 | 0 | 22 | 452 | 76 | 63 |
| Binary | 11001011 | 110110 | 11010000 | 10 | 1001010 | 0 | 10010 | 100101010 | 111110 | 110011 |
Color Harmonies of #CB36D0
Complementary color
Monochromatic Colors of #CB36D0
Black with #CB36D0
Text Example
Text Example
White with #CB36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36D0; }
p { color: rgb(203,54,208); }
H1.HeaderClassName
{
color: #CB36D0;
}
.AnyTagClassName
{
color: #CB36D0;
}
</style>
background-color css
<style>
a { background-color: #CB36D0; }
a { background-color: rgb(203,54,208); }
div.DivClassName
{
background-color: #CB36D0;
}
.BgClassName
{
background-color: #CB36D0;
}
</style>
border-color css
<style>
span { border-color: #CB36D0; }
span { border-color: rgb(203,54,208); }
td.TdClassName
{
border-color: #CB36D0;
}
.TagClassName
{
border-color: #CB36D0;
}
</style>