Shades of Fuchsia #CB69BB
Tints of Fuchsia #CB69BB
RGB
CMYK
RGB Variations
Color information
#CB69BB (or 0xCB69BB) is known color: Fuchsia. HEX triplet: CB, 69 and BB. RGB value is (203,105,187). Sum of RGB (Red+Green+Blue) = 203+105+187=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69BB is #349644. Grayscale: #8F8F8F. Windows color (decimal): -3446341 or 12282315. OLE color: 12282315.
HSL color Cylindrical-coordinate representation of color #CB69BB: hue angle of 309.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69BB is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 187 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.20 |
| HSL | 309.8º | 0.49% | 0.6% | - |
| HSV(B) | 309.8º | 0.48% | 0.8% | - |
| XYZ | 38.65 | 26.39 | 50.07 | - |
| YUV | 143.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 187 | 0 | 0.48 | 0.08 | 0.20 | 309.8 | 0.49 | 0.6 |
| Hex | CB | 69 | BB | 0 | 30 | 8 | 14 | 136 | 31 | 3C |
| Octal | 313 | 151 | 273 | 0 | 60 | 10 | 24 | 466 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10111011 | 0 | 110000 | 1000 | 10100 | 100110110 | 110001 | 111100 |
Color Harmonies of #CB69BB
Complementary color
Monochromatic Colors of #CB69BB
Black with #CB69BB
Text Example
Text Example
White with #CB69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69BB; }
p { color: rgb(203,105,187); }
H1.HeaderClassName
{
color: #CB69BB;
}
.AnyTagClassName
{
color: #CB69BB;
}
</style>
background-color css
<style>
a { background-color: #CB69BB; }
a { background-color: rgb(203,105,187); }
div.DivClassName
{
background-color: #CB69BB;
}
.BgClassName
{
background-color: #CB69BB;
}
</style>
border-color css
<style>
span { border-color: #CB69BB; }
span { border-color: rgb(203,105,187); }
td.TdClassName
{
border-color: #CB69BB;
}
.TagClassName
{
border-color: #CB69BB;
}
</style>