Shades of Fuchsia #CB45C6
Tints of Fuchsia #CB45C6
RGB
CMYK
RGB Variations
Color information
#CB45C6 (or 0xCB45C6) is known color: Fuchsia. HEX triplet: CB, 45 and C6. RGB value is (203,69,198). Sum of RGB (Red+Green+Blue) = 203+69+198=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45C6 is #34BA39. Grayscale: #7B7B7B. Windows color (decimal): -3455546 or 12993995. OLE color: 12993995.
HSL color Cylindrical-coordinate representation of color #CB45C6: hue angle of 302.24º 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 #CB45C6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 198 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.20 |
| HSL | 302.24º | 0.56% | 0.53% | - |
| HSV(B) | 302.24º | 0.66% | 0.8% | - |
| XYZ | 36.95 | 21.03 | 55.54 | - |
| YUV | 123.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 198 | 0 | 0.66 | 0.02 | 0.20 | 302.24 | 0.56 | 0.53 |
| Hex | CB | 45 | C6 | 0 | 42 | 2 | 14 | 12E | 38 | 35 |
| Octal | 313 | 105 | 306 | 0 | 102 | 2 | 24 | 456 | 70 | 65 |
| Binary | 11001011 | 1000101 | 11000110 | 0 | 1000010 | 10 | 10100 | 100101110 | 111000 | 110101 |
Color Harmonies of #CB45C6
Complementary color
Monochromatic Colors of #CB45C6
Black with #CB45C6
Text Example
Text Example
White with #CB45C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45C6; }
p { color: rgb(203,69,198); }
H1.HeaderClassName
{
color: #CB45C6;
}
.AnyTagClassName
{
color: #CB45C6;
}
</style>
background-color css
<style>
a { background-color: #CB45C6; }
a { background-color: rgb(203,69,198); }
div.DivClassName
{
background-color: #CB45C6;
}
.BgClassName
{
background-color: #CB45C6;
}
</style>
border-color css
<style>
span { border-color: #CB45C6; }
span { border-color: rgb(203,69,198); }
td.TdClassName
{
border-color: #CB45C6;
}
.TagClassName
{
border-color: #CB45C6;
}
</style>