Shades of Fuchsia #CB34D2
Tints of Fuchsia #CB34D2
RGB
CMYK
RGB Variations
Color information
#CB34D2 (or 0xCB34D2) is known color: Fuchsia. HEX triplet: CB, 34 and D2. RGB value is (203,52,210). Sum of RGB (Red+Green+Blue) = 203+52+210=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34D2 is #34CB2D. Grayscale: #727272. Windows color (decimal): -3459886 or 13776075. OLE color: 13776075.
HSL color Cylindrical-coordinate representation of color #CB34D2: hue angle of 297.34º degrees, saturation: 0.64, 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 #CB34D2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 52 | 210 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.34º | 0.64% | 0.51% | - |
| HSV(B) | 297.34º | 0.75% | 0.82% | - |
| XYZ | 37.49 | 19.81 | 62.82 | - |
| YUV | 115.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 210 | 0.03 | 0.75 | 0 | 0.18 | 297.34 | 0.64 | 0.51 |
| Hex | CB | 34 | D2 | 3 | 4B | 0 | 12 | 129 | 40 | 33 |
| Octal | 313 | 64 | 322 | 3 | 113 | 0 | 22 | 451 | 100 | 63 |
| Binary | 11001011 | 110100 | 11010010 | 11 | 1001011 | 0 | 10010 | 100101001 | 1000000 | 110011 |
Color Harmonies of #CB34D2
Complementary color
Monochromatic Colors of #CB34D2
Black with #CB34D2
Text Example
Text Example
White with #CB34D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34D2; }
p { color: rgb(203,52,210); }
H1.HeaderClassName
{
color: #CB34D2;
}
.AnyTagClassName
{
color: #CB34D2;
}
</style>
background-color css
<style>
a { background-color: #CB34D2; }
a { background-color: rgb(203,52,210); }
div.DivClassName
{
background-color: #CB34D2;
}
.BgClassName
{
background-color: #CB34D2;
}
</style>
border-color css
<style>
span { border-color: #CB34D2; }
span { border-color: rgb(203,52,210); }
td.TdClassName
{
border-color: #CB34D2;
}
.TagClassName
{
border-color: #CB34D2;
}
</style>