Shades of Fuchsia #CB65BC
Tints of Fuchsia #CB65BC
RGB
CMYK
RGB Variations
Color information
#CB65BC (or 0xCB65BC) is known color: Fuchsia. HEX triplet: CB, 65 and BC. RGB value is (203,101,188). Sum of RGB (Red+Green+Blue) = 203+101+188=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65BC is #349A43. Grayscale: #8D8D8D. Windows color (decimal): -3447364 or 12346827. OLE color: 12346827.
HSL color Cylindrical-coordinate representation of color #CB65BC: hue angle of 308.82º 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 #CB65BC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 188 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.20 |
| HSL | 308.82º | 0.5% | 0.6% | - |
| HSV(B) | 308.82º | 0.5% | 0.8% | - |
| XYZ | 38.36 | 25.63 | 50.5 | - |
| YUV | 141.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 188 | 0 | 0.50 | 0.07 | 0.20 | 308.82 | 0.5 | 0.6 |
| Hex | CB | 65 | BC | 0 | 32 | 7 | 14 | 135 | 32 | 3C |
| Octal | 313 | 145 | 274 | 0 | 62 | 7 | 24 | 465 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10111100 | 0 | 110010 | 111 | 10100 | 100110101 | 110010 | 111100 |
Color Harmonies of #CB65BC
Complementary color
Monochromatic Colors of #CB65BC
Black with #CB65BC
Text Example
Text Example
White with #CB65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65BC; }
p { color: rgb(203,101,188); }
H1.HeaderClassName
{
color: #CB65BC;
}
.AnyTagClassName
{
color: #CB65BC;
}
</style>
background-color css
<style>
a { background-color: #CB65BC; }
a { background-color: rgb(203,101,188); }
div.DivClassName
{
background-color: #CB65BC;
}
.BgClassName
{
background-color: #CB65BC;
}
</style>
border-color css
<style>
span { border-color: #CB65BC; }
span { border-color: rgb(203,101,188); }
td.TdClassName
{
border-color: #CB65BC;
}
.TagClassName
{
border-color: #CB65BC;
}
</style>