Shades of Fuchsia #CB60BD
Tints of Fuchsia #CB60BD
RGB
CMYK
RGB Variations
Color information
#CB60BD (or 0xCB60BD) is known color: Fuchsia. HEX triplet: CB, 60 and BD. RGB value is (203,96,189). Sum of RGB (Red+Green+Blue) = 203+96+189=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60BD is #349F42. Grayscale: #8A8A8A. Windows color (decimal): -3448643 or 12411083. OLE color: 12411083.
HSL color Cylindrical-coordinate representation of color #CB60BD: hue angle of 307.85º 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 #CB60BD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 189 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.20 |
| HSL | 307.85º | 0.51% | 0.59% | - |
| HSV(B) | 307.85º | 0.53% | 0.8% | - |
| XYZ | 38 | 24.74 | 50.92 | - |
| YUV | 138.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 189 | 0 | 0.53 | 0.07 | 0.20 | 307.85 | 0.51 | 0.59 |
| Hex | CB | 60 | BD | 0 | 35 | 7 | 14 | 134 | 33 | 3B |
| Octal | 313 | 140 | 275 | 0 | 65 | 7 | 24 | 464 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10111101 | 0 | 110101 | 111 | 10100 | 100110100 | 110011 | 111011 |
Color Harmonies of #CB60BD
Complementary color
Monochromatic Colors of #CB60BD
Black with #CB60BD
Text Example
Text Example
White with #CB60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60BD; }
p { color: rgb(203,96,189); }
H1.HeaderClassName
{
color: #CB60BD;
}
.AnyTagClassName
{
color: #CB60BD;
}
</style>
background-color css
<style>
a { background-color: #CB60BD; }
a { background-color: rgb(203,96,189); }
div.DivClassName
{
background-color: #CB60BD;
}
.BgClassName
{
background-color: #CB60BD;
}
</style>
border-color css
<style>
span { border-color: #CB60BD; }
span { border-color: rgb(203,96,189); }
td.TdClassName
{
border-color: #CB60BD;
}
.TagClassName
{
border-color: #CB60BD;
}
</style>