Shades of Fuchsia #CB44C0
Tints of Fuchsia #CB44C0
RGB
CMYK
RGB Variations
Color information
#CB44C0 (or 0xCB44C0) is known color: Fuchsia. HEX triplet: CB, 44 and C0. RGB value is (203,68,192). Sum of RGB (Red+Green+Blue) = 203+68+192=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C0 is #34BB3F. Grayscale: #7A7A7A. Windows color (decimal): -3455808 or 12600523. OLE color: 12600523.
HSL color Cylindrical-coordinate representation of color #CB44C0: hue angle of 304.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44C0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 192 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.20 |
| HSL | 304.89º | 0.56% | 0.53% | - |
| HSV(B) | 304.89º | 0.67% | 0.8% | - |
| XYZ | 36.21 | 20.64 | 51.94 | - |
| YUV | 122.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 192 | 0 | 0.67 | 0.05 | 0.20 | 304.89 | 0.56 | 0.53 |
| Hex | CB | 44 | C0 | 0 | 43 | 5 | 14 | 131 | 38 | 35 |
| Octal | 313 | 104 | 300 | 0 | 103 | 5 | 24 | 461 | 70 | 65 |
| Binary | 11001011 | 1000100 | 11000000 | 0 | 1000011 | 101 | 10100 | 100110001 | 111000 | 110101 |
Color Harmonies of #CB44C0
Complementary color
Monochromatic Colors of #CB44C0
Black with #CB44C0
Text Example
Text Example
White with #CB44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44C0; }
p { color: rgb(203,68,192); }
H1.HeaderClassName
{
color: #CB44C0;
}
.AnyTagClassName
{
color: #CB44C0;
}
</style>
background-color css
<style>
a { background-color: #CB44C0; }
a { background-color: rgb(203,68,192); }
div.DivClassName
{
background-color: #CB44C0;
}
.BgClassName
{
background-color: #CB44C0;
}
</style>
border-color css
<style>
span { border-color: #CB44C0; }
span { border-color: rgb(203,68,192); }
td.TdClassName
{
border-color: #CB44C0;
}
.TagClassName
{
border-color: #CB44C0;
}
</style>