Shades of Fuchsia #CB65B0
Tints of Fuchsia #CB65B0
RGB
CMYK
RGB Variations
Color information
#CB65B0 (or 0xCB65B0) is known color: Fuchsia. HEX triplet: CB, 65 and B0. RGB value is (203,101,176). Sum of RGB (Red+Green+Blue) = 203+101+176=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB65B0 is #349A4F. Grayscale: #8B8B8B. Windows color (decimal): -3447376 or 11560395. OLE color: 11560395.
HSL color Cylindrical-coordinate representation of color #CB65B0: hue angle of 315.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65B0 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 176 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.20 |
| HSL | 315.88º | 0.5% | 0.6% | - |
| HSV(B) | 315.88º | 0.5% | 0.8% | - |
| XYZ | 37.12 | 25.14 | 43.97 | - |
| YUV | 140.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 176 | 0 | 0.50 | 0.13 | 0.20 | 315.88 | 0.5 | 0.6 |
| Hex | CB | 65 | B0 | 0 | 32 | D | 14 | 13C | 32 | 3C |
| Octal | 313 | 145 | 260 | 0 | 62 | 15 | 24 | 474 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10110000 | 0 | 110010 | 1101 | 10100 | 100111100 | 110010 | 111100 |
Color Harmonies of #CB65B0
Complementary color
Monochromatic Colors of #CB65B0
Black with #CB65B0
Text Example
Text Example
White with #CB65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65B0; }
p { color: rgb(203,101,176); }
H1.HeaderClassName
{
color: #CB65B0;
}
.AnyTagClassName
{
color: #CB65B0;
}
</style>
background-color css
<style>
a { background-color: #CB65B0; }
a { background-color: rgb(203,101,176); }
div.DivClassName
{
background-color: #CB65B0;
}
.BgClassName
{
background-color: #CB65B0;
}
</style>
border-color css
<style>
span { border-color: #CB65B0; }
span { border-color: rgb(203,101,176); }
td.TdClassName
{
border-color: #CB65B0;
}
.TagClassName
{
border-color: #CB65B0;
}
</style>