Shades of Fuchsia #CB60AC
Tints of Fuchsia #CB60AC
RGB
CMYK
RGB Variations
Color information
#CB60AC (or 0xCB60AC) is known color: Fuchsia. HEX triplet: CB, 60 and AC. RGB value is (203,96,172). Sum of RGB (Red+Green+Blue) = 203+96+172=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60AC is #349F53. Grayscale: #888888. Windows color (decimal): -3448660 or 11296971. OLE color: 11296971.
HSL color Cylindrical-coordinate representation of color #CB60AC: hue angle of 317.38º 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 #CB60AC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 172 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.20 |
| HSL | 317.38º | 0.51% | 0.59% | - |
| HSV(B) | 317.38º | 0.53% | 0.8% | - |
| XYZ | 36.26 | 24.04 | 41.76 | - |
| YUV | 136.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 172 | 0 | 0.53 | 0.15 | 0.20 | 317.38 | 0.51 | 0.59 |
| Hex | CB | 60 | AC | 0 | 35 | F | 14 | 13D | 33 | 3B |
| Octal | 313 | 140 | 254 | 0 | 65 | 17 | 24 | 475 | 63 | 73 |
| Binary | 11001011 | 1100000 | 10101100 | 0 | 110101 | 1111 | 10100 | 100111101 | 110011 | 111011 |
Color Harmonies of #CB60AC
Complementary color
Monochromatic Colors of #CB60AC
Black with #CB60AC
Text Example
Text Example
White with #CB60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60AC; }
p { color: rgb(203,96,172); }
H1.HeaderClassName
{
color: #CB60AC;
}
.AnyTagClassName
{
color: #CB60AC;
}
</style>
background-color css
<style>
a { background-color: #CB60AC; }
a { background-color: rgb(203,96,172); }
div.DivClassName
{
background-color: #CB60AC;
}
.BgClassName
{
background-color: #CB60AC;
}
</style>
border-color css
<style>
span { border-color: #CB60AC; }
span { border-color: rgb(203,96,172); }
td.TdClassName
{
border-color: #CB60AC;
}
.TagClassName
{
border-color: #CB60AC;
}
</style>