Shades of Fuchsia #CB34B7
Tints of Fuchsia #CB34B7
RGB
CMYK
RGB Variations
Color information
#CB34B7 (or 0xCB34B7) is known color: Fuchsia. HEX triplet: CB, 34 and B7. RGB value is (203,52,183). Sum of RGB (Red+Green+Blue) = 203+52+183=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34B7 is #34CB48. Grayscale: #6F6F6F. Windows color (decimal): -3459913 or 12006603. OLE color: 12006603.
HSL color Cylindrical-coordinate representation of color #CB34B7: hue angle of 307.95º 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 #CB34B7 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 183 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.20 |
| HSL | 307.95º | 0.59% | 0.5% | - |
| HSV(B) | 307.95º | 0.74% | 0.8% | - |
| XYZ | 34.4 | 18.57 | 46.57 | - |
| YUV | 112.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 183 | 0 | 0.74 | 0.10 | 0.20 | 307.95 | 0.59 | 0.5 |
| Hex | CB | 34 | B7 | 0 | 4A | A | 14 | 134 | 3B | 32 |
| Octal | 313 | 64 | 267 | 0 | 112 | 12 | 24 | 464 | 73 | 62 |
| Binary | 11001011 | 110100 | 10110111 | 0 | 1001010 | 1010 | 10100 | 100110100 | 111011 | 110010 |
Color Harmonies of #CB34B7
Complementary color
Monochromatic Colors of #CB34B7
Black with #CB34B7
Text Example
Text Example
White with #CB34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34B7; }
p { color: rgb(203,52,183); }
H1.HeaderClassName
{
color: #CB34B7;
}
.AnyTagClassName
{
color: #CB34B7;
}
</style>
background-color css
<style>
a { background-color: #CB34B7; }
a { background-color: rgb(203,52,183); }
div.DivClassName
{
background-color: #CB34B7;
}
.BgClassName
{
background-color: #CB34B7;
}
</style>
border-color css
<style>
span { border-color: #CB34B7; }
span { border-color: rgb(203,52,183); }
td.TdClassName
{
border-color: #CB34B7;
}
.TagClassName
{
border-color: #CB34B7;
}
</style>