Shades of Fuchsia #CB61C0
Tints of Fuchsia #CB61C0
RGB
CMYK
RGB Variations
Color information
#CB61C0 (or 0xCB61C0) is known color: Fuchsia. HEX triplet: CB, 61 and C0. RGB value is (203,97,192). Sum of RGB (Red+Green+Blue) = 203+97+192=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C0 is #349E3F. Grayscale: #8B8B8B. Windows color (decimal): -3448384 or 12607947. OLE color: 12607947.
HSL color Cylindrical-coordinate representation of color #CB61C0: hue angle of 306.23º 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 #CB61C0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 192 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.20 |
| HSL | 306.23º | 0.5% | 0.59% | - |
| HSV(B) | 306.23º | 0.52% | 0.8% | - |
| XYZ | 38.42 | 25.05 | 52.68 | - |
| YUV | 139.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 192 | 0 | 0.52 | 0.05 | 0.20 | 306.23 | 0.5 | 0.59 |
| Hex | CB | 61 | C0 | 0 | 34 | 5 | 14 | 132 | 32 | 3B |
| Octal | 313 | 141 | 300 | 0 | 64 | 5 | 24 | 462 | 62 | 73 |
| Binary | 11001011 | 1100001 | 11000000 | 0 | 110100 | 101 | 10100 | 100110010 | 110010 | 111011 |
Color Harmonies of #CB61C0
Complementary color
Monochromatic Colors of #CB61C0
Black with #CB61C0
Text Example
Text Example
White with #CB61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61C0; }
p { color: rgb(203,97,192); }
H1.HeaderClassName
{
color: #CB61C0;
}
.AnyTagClassName
{
color: #CB61C0;
}
</style>
background-color css
<style>
a { background-color: #CB61C0; }
a { background-color: rgb(203,97,192); }
div.DivClassName
{
background-color: #CB61C0;
}
.BgClassName
{
background-color: #CB61C0;
}
</style>
border-color css
<style>
span { border-color: #CB61C0; }
span { border-color: rgb(203,97,192); }
td.TdClassName
{
border-color: #CB61C0;
}
.TagClassName
{
border-color: #CB61C0;
}
</style>