Shades of Fuchsia #CB34D0
Tints of Fuchsia #CB34D0
RGB
CMYK
RGB Variations
Color information
#CB34D0 (or 0xCB34D0) is known color: Fuchsia. HEX triplet: CB, 34 and D0. RGB value is (203,52,208). Sum of RGB (Red+Green+Blue) = 203+52+208=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34D0 is #34CB2F. Grayscale: #727272. Windows color (decimal): -3459888 or 13645003. OLE color: 13645003.
HSL color Cylindrical-coordinate representation of color #CB34D0: hue angle of 298.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB34D0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 52 | 208 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.08º | 0.62% | 0.51% | - |
| HSV(B) | 298.08º | 0.75% | 0.82% | - |
| XYZ | 37.24 | 19.71 | 61.52 | - |
| YUV | 114.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 208 | 0.02 | 0.75 | 0 | 0.18 | 298.08 | 0.62 | 0.51 |
| Hex | CB | 34 | D0 | 2 | 4B | 0 | 12 | 12A | 3E | 33 |
| Octal | 313 | 64 | 320 | 2 | 113 | 0 | 22 | 452 | 76 | 63 |
| Binary | 11001011 | 110100 | 11010000 | 10 | 1001011 | 0 | 10010 | 100101010 | 111110 | 110011 |
Color Harmonies of #CB34D0
Complementary color
Monochromatic Colors of #CB34D0
Black with #CB34D0
Text Example
Text Example
White with #CB34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34D0; }
p { color: rgb(203,52,208); }
H1.HeaderClassName
{
color: #CB34D0;
}
.AnyTagClassName
{
color: #CB34D0;
}
</style>
background-color css
<style>
a { background-color: #CB34D0; }
a { background-color: rgb(203,52,208); }
div.DivClassName
{
background-color: #CB34D0;
}
.BgClassName
{
background-color: #CB34D0;
}
</style>
border-color css
<style>
span { border-color: #CB34D0; }
span { border-color: rgb(203,52,208); }
td.TdClassName
{
border-color: #CB34D0;
}
.TagClassName
{
border-color: #CB34D0;
}
</style>