Shades of Fuchsia #CB45B7
Tints of Fuchsia #CB45B7
RGB
CMYK
RGB Variations
Color information
#CB45B7 (or 0xCB45B7) is known color: Fuchsia. HEX triplet: CB, 45 and B7. RGB value is (203,69,183). Sum of RGB (Red+Green+Blue) = 203+69+183=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45B7 is #34BA48. Grayscale: #797979. Windows color (decimal): -3455561 or 12010955. OLE color: 12010955.
HSL color Cylindrical-coordinate representation of color #CB45B7: hue angle of 308.96º 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 #CB45B7 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 183 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.20 |
| HSL | 308.96º | 0.56% | 0.53% | - |
| HSV(B) | 308.96º | 0.66% | 0.8% | - |
| XYZ | 35.3 | 20.37 | 46.87 | - |
| YUV | 122.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 183 | 0 | 0.66 | 0.10 | 0.20 | 308.96 | 0.56 | 0.53 |
| Hex | CB | 45 | B7 | 0 | 42 | A | 14 | 135 | 38 | 35 |
| Octal | 313 | 105 | 267 | 0 | 102 | 12 | 24 | 465 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10110111 | 0 | 1000010 | 1010 | 10100 | 100110101 | 111000 | 110101 |
Color Harmonies of #CB45B7
Complementary color
Monochromatic Colors of #CB45B7
Black with #CB45B7
Text Example
Text Example
White with #CB45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45B7; }
p { color: rgb(203,69,183); }
H1.HeaderClassName
{
color: #CB45B7;
}
.AnyTagClassName
{
color: #CB45B7;
}
</style>
background-color css
<style>
a { background-color: #CB45B7; }
a { background-color: rgb(203,69,183); }
div.DivClassName
{
background-color: #CB45B7;
}
.BgClassName
{
background-color: #CB45B7;
}
</style>
border-color css
<style>
span { border-color: #CB45B7; }
span { border-color: rgb(203,69,183); }
td.TdClassName
{
border-color: #CB45B7;
}
.TagClassName
{
border-color: #CB45B7;
}
</style>