Shades of Fuchsia #CB34BF
Tints of Fuchsia #CB34BF
RGB
CMYK
RGB Variations
Color information
#CB34BF (or 0xCB34BF) is known color: Fuchsia. HEX triplet: CB, 34 and BF. RGB value is (203,52,191). Sum of RGB (Red+Green+Blue) = 203+52+191=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34BF is #34CB40. Grayscale: #707070. Windows color (decimal): -3459905 or 12530891. OLE color: 12530891.
HSL color Cylindrical-coordinate representation of color #CB34BF: hue angle of 304.77º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB34BF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 191 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.20 |
| HSL | 304.77º | 0.59% | 0.5% | - |
| HSV(B) | 304.77º | 0.74% | 0.8% | - |
| XYZ | 35.26 | 18.91 | 51.08 | - |
| YUV | 113 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 191 | 0 | 0.74 | 0.06 | 0.20 | 304.77 | 0.59 | 0.5 |
| Hex | CB | 34 | BF | 0 | 4A | 6 | 14 | 131 | 3B | 32 |
| Octal | 313 | 64 | 277 | 0 | 112 | 6 | 24 | 461 | 73 | 62 |
| Binary | 11001011 | 110100 | 10111111 | 0 | 1001010 | 110 | 10100 | 100110001 | 111011 | 110010 |
Color Harmonies of #CB34BF
Complementary color
Monochromatic Colors of #CB34BF
Black with #CB34BF
Text Example
Text Example
White with #CB34BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34BF; }
p { color: rgb(203,52,191); }
H1.HeaderClassName
{
color: #CB34BF;
}
.AnyTagClassName
{
color: #CB34BF;
}
</style>
background-color css
<style>
a { background-color: #CB34BF; }
a { background-color: rgb(203,52,191); }
div.DivClassName
{
background-color: #CB34BF;
}
.BgClassName
{
background-color: #CB34BF;
}
</style>
border-color css
<style>
span { border-color: #CB34BF; }
span { border-color: rgb(203,52,191); }
td.TdClassName
{
border-color: #CB34BF;
}
.TagClassName
{
border-color: #CB34BF;
}
</style>