Shades of Fuchsia #CB45B2
Tints of Fuchsia #CB45B2
RGB
CMYK
RGB Variations
Color information
#CB45B2 (or 0xCB45B2) is known color: Fuchsia. HEX triplet: CB, 45 and B2. RGB value is (203,69,178). Sum of RGB (Red+Green+Blue) = 203+69+178=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB45B2 is #34BA4D. Grayscale: #797979. Windows color (decimal): -3455566 or 11683275. OLE color: 11683275.
HSL color Cylindrical-coordinate representation of color #CB45B2: hue angle of 311.19º 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 #CB45B2 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 178 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.20 |
| HSL | 311.19º | 0.56% | 0.53% | - |
| HSV(B) | 311.19º | 0.66% | 0.8% | - |
| XYZ | 34.79 | 20.17 | 44.18 | - |
| YUV | 121.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 178 | 0 | 0.66 | 0.12 | 0.20 | 311.19 | 0.56 | 0.53 |
| Hex | CB | 45 | B2 | 0 | 42 | C | 14 | 137 | 38 | 35 |
| Octal | 313 | 105 | 262 | 0 | 102 | 14 | 24 | 467 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10110010 | 0 | 1000010 | 1100 | 10100 | 100110111 | 111000 | 110101 |
Color Harmonies of #CB45B2
Complementary color
Monochromatic Colors of #CB45B2
Black with #CB45B2
Text Example
Text Example
White with #CB45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45B2; }
p { color: rgb(203,69,178); }
H1.HeaderClassName
{
color: #CB45B2;
}
.AnyTagClassName
{
color: #CB45B2;
}
</style>
background-color css
<style>
a { background-color: #CB45B2; }
a { background-color: rgb(203,69,178); }
div.DivClassName
{
background-color: #CB45B2;
}
.BgClassName
{
background-color: #CB45B2;
}
</style>
border-color css
<style>
span { border-color: #CB45B2; }
span { border-color: rgb(203,69,178); }
td.TdClassName
{
border-color: #CB45B2;
}
.TagClassName
{
border-color: #CB45B2;
}
</style>