Shades of Fuchsia #CB45BA
Tints of Fuchsia #CB45BA
RGB
CMYK
RGB Variations
Color information
#CB45BA (or 0xCB45BA) is known color: Fuchsia. HEX triplet: CB, 45 and BA. RGB value is (203,69,186). Sum of RGB (Red+Green+Blue) = 203+69+186=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45BA is #34BA45. Grayscale: #7A7A7A. Windows color (decimal): -3455558 or 12207563. OLE color: 12207563.
HSL color Cylindrical-coordinate representation of color #CB45BA: hue angle of 307.61º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB45BA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 186 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.20 |
| HSL | 307.61º | 0.56% | 0.53% | - |
| HSV(B) | 307.61º | 0.66% | 0.8% | - |
| XYZ | 35.62 | 20.5 | 48.53 | - |
| YUV | 122.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 186 | 0 | 0.66 | 0.08 | 0.20 | 307.61 | 0.56 | 0.53 |
| Hex | CB | 45 | BA | 0 | 42 | 8 | 14 | 134 | 38 | 35 |
| Octal | 313 | 105 | 272 | 0 | 102 | 10 | 24 | 464 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10111010 | 0 | 1000010 | 1000 | 10100 | 100110100 | 111000 | 110101 |
Color Harmonies of #CB45BA
Complementary color
Monochromatic Colors of #CB45BA
Black with #CB45BA
Text Example
Text Example
White with #CB45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45BA; }
p { color: rgb(203,69,186); }
H1.HeaderClassName
{
color: #CB45BA;
}
.AnyTagClassName
{
color: #CB45BA;
}
</style>
background-color css
<style>
a { background-color: #CB45BA; }
a { background-color: rgb(203,69,186); }
div.DivClassName
{
background-color: #CB45BA;
}
.BgClassName
{
background-color: #CB45BA;
}
</style>
border-color css
<style>
span { border-color: #CB45BA; }
span { border-color: rgb(203,69,186); }
td.TdClassName
{
border-color: #CB45BA;
}
.TagClassName
{
border-color: #CB45BA;
}
</style>