Shades of Fuchsia #CB65BD
Tints of Fuchsia #CB65BD
RGB
CMYK
RGB Variations
Color information
#CB65BD (or 0xCB65BD) is known color: Fuchsia. HEX triplet: CB, 65 and BD. RGB value is (203,101,189). Sum of RGB (Red+Green+Blue) = 203+101+189=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65BD is #349A42. Grayscale: #8D8D8D. Windows color (decimal): -3447363 or 12412363. OLE color: 12412363.
HSL color Cylindrical-coordinate representation of color #CB65BD: hue angle of 308.24º 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 #CB65BD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 189 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.20 |
| HSL | 308.24º | 0.5% | 0.6% | - |
| HSV(B) | 308.24º | 0.5% | 0.8% | - |
| XYZ | 38.47 | 25.68 | 51.07 | - |
| YUV | 141.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 189 | 0 | 0.50 | 0.07 | 0.20 | 308.24 | 0.5 | 0.6 |
| Hex | CB | 65 | BD | 0 | 32 | 7 | 14 | 134 | 32 | 3C |
| Octal | 313 | 145 | 275 | 0 | 62 | 7 | 24 | 464 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10111101 | 0 | 110010 | 111 | 10100 | 100110100 | 110010 | 111100 |
Color Harmonies of #CB65BD
Complementary color
Monochromatic Colors of #CB65BD
Black with #CB65BD
Text Example
Text Example
White with #CB65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65BD; }
p { color: rgb(203,101,189); }
H1.HeaderClassName
{
color: #CB65BD;
}
.AnyTagClassName
{
color: #CB65BD;
}
</style>
background-color css
<style>
a { background-color: #CB65BD; }
a { background-color: rgb(203,101,189); }
div.DivClassName
{
background-color: #CB65BD;
}
.BgClassName
{
background-color: #CB65BD;
}
</style>
border-color css
<style>
span { border-color: #CB65BD; }
span { border-color: rgb(203,101,189); }
td.TdClassName
{
border-color: #CB65BD;
}
.TagClassName
{
border-color: #CB65BD;
}
</style>