Shades of Fuchsia #CB61BC
Tints of Fuchsia #CB61BC
RGB
CMYK
RGB Variations
Color information
#CB61BC (or 0xCB61BC) is known color: Fuchsia. HEX triplet: CB, 61 and BC. RGB value is (203,97,188). Sum of RGB (Red+Green+Blue) = 203+97+188=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61BC is #349E43. Grayscale: #8A8A8A. Windows color (decimal): -3448388 or 12345803. OLE color: 12345803.
HSL color Cylindrical-coordinate representation of color #CB61BC: hue angle of 308.49º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61BC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 188 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.20 |
| HSL | 308.49º | 0.5% | 0.59% | - |
| HSV(B) | 308.49º | 0.52% | 0.8% | - |
| XYZ | 37.98 | 24.88 | 50.38 | - |
| YUV | 139.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 188 | 0 | 0.52 | 0.07 | 0.20 | 308.49 | 0.5 | 0.59 |
| Hex | CB | 61 | BC | 0 | 34 | 7 | 14 | 134 | 32 | 3B |
| Octal | 313 | 141 | 274 | 0 | 64 | 7 | 24 | 464 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10111100 | 0 | 110100 | 111 | 10100 | 100110100 | 110010 | 111011 |
Color Harmonies of #CB61BC
Complementary color
Monochromatic Colors of #CB61BC
Black with #CB61BC
Text Example
Text Example
White with #CB61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61BC; }
p { color: rgb(203,97,188); }
H1.HeaderClassName
{
color: #CB61BC;
}
.AnyTagClassName
{
color: #CB61BC;
}
</style>
background-color css
<style>
a { background-color: #CB61BC; }
a { background-color: rgb(203,97,188); }
div.DivClassName
{
background-color: #CB61BC;
}
.BgClassName
{
background-color: #CB61BC;
}
</style>
border-color css
<style>
span { border-color: #CB61BC; }
span { border-color: rgb(203,97,188); }
td.TdClassName
{
border-color: #CB61BC;
}
.TagClassName
{
border-color: #CB61BC;
}
</style>