Shades of Fuchsia #CB65BA
Tints of Fuchsia #CB65BA
RGB
CMYK
RGB Variations
Color information
#CB65BA (or 0xCB65BA) is known color: Fuchsia. HEX triplet: CB, 65 and BA. RGB value is (203,101,186). Sum of RGB (Red+Green+Blue) = 203+101+186=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65BA is #349A45. Grayscale: #8C8C8C. Windows color (decimal): -3447366 or 12215755. OLE color: 12215755.
HSL color Cylindrical-coordinate representation of color #CB65BA: hue angle of 310º 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 #CB65BA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 186 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.20 |
| HSL | 310º | 0.5% | 0.6% | - |
| HSV(B) | 310º | 0.5% | 0.8% | - |
| XYZ | 38.15 | 25.55 | 49.38 | - |
| YUV | 141.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 186 | 0 | 0.50 | 0.08 | 0.20 | 310 | 0.5 | 0.6 |
| Hex | CB | 65 | BA | 0 | 32 | 8 | 14 | 136 | 32 | 3C |
| Octal | 313 | 145 | 272 | 0 | 62 | 10 | 24 | 466 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10111010 | 0 | 110010 | 1000 | 10100 | 100110110 | 110010 | 111100 |
Color Harmonies of #CB65BA
Complementary color
Monochromatic Colors of #CB65BA
Black with #CB65BA
Text Example
Text Example
White with #CB65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65BA; }
p { color: rgb(203,101,186); }
H1.HeaderClassName
{
color: #CB65BA;
}
.AnyTagClassName
{
color: #CB65BA;
}
</style>
background-color css
<style>
a { background-color: #CB65BA; }
a { background-color: rgb(203,101,186); }
div.DivClassName
{
background-color: #CB65BA;
}
.BgClassName
{
background-color: #CB65BA;
}
</style>
border-color css
<style>
span { border-color: #CB65BA; }
span { border-color: rgb(203,101,186); }
td.TdClassName
{
border-color: #CB65BA;
}
.TagClassName
{
border-color: #CB65BA;
}
</style>