Shades of Fuchsia #CB4CBD
Tints of Fuchsia #CB4CBD
RGB
CMYK
RGB Variations
Color information
#CB4CBD (or 0xCB4CBD) is known color: Fuchsia. HEX triplet: CB, 4C and BD. RGB value is (203,76,189). Sum of RGB (Red+Green+Blue) = 203+76+189=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CBD is #34B342. Grayscale: #7E7E7E. Windows color (decimal): -3453763 or 12405963. OLE color: 12405963.
HSL color Cylindrical-coordinate representation of color #CB4CBD: hue angle of 306.61º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CBD is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 189 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.20 |
| HSL | 306.61º | 0.55% | 0.55% | - |
| HSV(B) | 306.61º | 0.63% | 0.8% | - |
| XYZ | 36.4 | 21.54 | 50.38 | - |
| YUV | 126.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 189 | 0 | 0.63 | 0.07 | 0.20 | 306.61 | 0.55 | 0.55 |
| Hex | CB | 4C | BD | 0 | 3F | 7 | 14 | 133 | 37 | 37 |
| Octal | 313 | 114 | 275 | 0 | 77 | 7 | 24 | 463 | 67 | 67 |
| Binary | 11001011 | 1001100 | 10111101 | 0 | 111111 | 111 | 10100 | 100110011 | 110111 | 110111 |
Color Harmonies of #CB4CBD
Complementary color
Monochromatic Colors of #CB4CBD
Black with #CB4CBD
Text Example
Text Example
White with #CB4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CBD; }
p { color: rgb(203,76,189); }
H1.HeaderClassName
{
color: #CB4CBD;
}
.AnyTagClassName
{
color: #CB4CBD;
}
</style>
background-color css
<style>
a { background-color: #CB4CBD; }
a { background-color: rgb(203,76,189); }
div.DivClassName
{
background-color: #CB4CBD;
}
.BgClassName
{
background-color: #CB4CBD;
}
</style>
border-color css
<style>
span { border-color: #CB4CBD; }
span { border-color: rgb(203,76,189); }
td.TdClassName
{
border-color: #CB4CBD;
}
.TagClassName
{
border-color: #CB4CBD;
}
</style>