Shades of Fuchsia #CB60C0
Tints of Fuchsia #CB60C0
RGB
CMYK
RGB Variations
Color information
#CB60C0 (or 0xCB60C0) is known color: Fuchsia. HEX triplet: CB, 60 and C0. RGB value is (203,96,192). Sum of RGB (Red+Green+Blue) = 203+96+192=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60C0 is #349F3F. Grayscale: #8A8A8A. Windows color (decimal): -3448640 or 12607691. OLE color: 12607691.
HSL color Cylindrical-coordinate representation of color #CB60C0: hue angle of 306.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60C0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 192 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.20 |
| HSL | 306.17º | 0.51% | 0.59% | - |
| HSV(B) | 306.17º | 0.53% | 0.8% | - |
| XYZ | 38.33 | 24.87 | 52.65 | - |
| YUV | 138.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 192 | 0 | 0.53 | 0.05 | 0.20 | 306.17 | 0.51 | 0.59 |
| Hex | CB | 60 | C0 | 0 | 35 | 5 | 14 | 132 | 33 | 3B |
| Octal | 313 | 140 | 300 | 0 | 65 | 5 | 24 | 462 | 63 | 73 |
| Binary | 11001011 | 1100000 | 11000000 | 0 | 110101 | 101 | 10100 | 100110010 | 110011 | 111011 |
Color Harmonies of #CB60C0
Complementary color
Monochromatic Colors of #CB60C0
Black with #CB60C0
Text Example
Text Example
White with #CB60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60C0; }
p { color: rgb(203,96,192); }
H1.HeaderClassName
{
color: #CB60C0;
}
.AnyTagClassName
{
color: #CB60C0;
}
</style>
background-color css
<style>
a { background-color: #CB60C0; }
a { background-color: rgb(203,96,192); }
div.DivClassName
{
background-color: #CB60C0;
}
.BgClassName
{
background-color: #CB60C0;
}
</style>
border-color css
<style>
span { border-color: #CB60C0; }
span { border-color: rgb(203,96,192); }
td.TdClassName
{
border-color: #CB60C0;
}
.TagClassName
{
border-color: #CB60C0;
}
</style>