Shades of Fuchsia #CB69C0
Tints of Fuchsia #CB69C0
RGB
CMYK
RGB Variations
Color information
#CB69C0 (or 0xCB69C0) is known color: Fuchsia. HEX triplet: CB, 69 and C0. RGB value is (203,105,192). Sum of RGB (Red+Green+Blue) = 203+105+192=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69C0 is #34963F. Grayscale: #8F8F8F. Windows color (decimal): -3446336 or 12609995. OLE color: 12609995.
HSL color Cylindrical-coordinate representation of color #CB69C0: hue angle of 306.73º 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 #CB69C0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 192 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.20 |
| HSL | 306.73º | 0.49% | 0.6% | - |
| HSV(B) | 306.73º | 0.48% | 0.8% | - |
| XYZ | 39.19 | 26.61 | 52.94 | - |
| YUV | 144.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 192 | 0 | 0.48 | 0.05 | 0.20 | 306.73 | 0.49 | 0.6 |
| Hex | CB | 69 | C0 | 0 | 30 | 5 | 14 | 133 | 31 | 3C |
| Octal | 313 | 151 | 300 | 0 | 60 | 5 | 24 | 463 | 61 | 74 |
| Binary | 11001011 | 1101001 | 11000000 | 0 | 110000 | 101 | 10100 | 100110011 | 110001 | 111100 |
Color Harmonies of #CB69C0
Complementary color
Monochromatic Colors of #CB69C0
Black with #CB69C0
Text Example
Text Example
White with #CB69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69C0; }
p { color: rgb(203,105,192); }
H1.HeaderClassName
{
color: #CB69C0;
}
.AnyTagClassName
{
color: #CB69C0;
}
</style>
background-color css
<style>
a { background-color: #CB69C0; }
a { background-color: rgb(203,105,192); }
div.DivClassName
{
background-color: #CB69C0;
}
.BgClassName
{
background-color: #CB69C0;
}
</style>
border-color css
<style>
span { border-color: #CB69C0; }
span { border-color: rgb(203,105,192); }
td.TdClassName
{
border-color: #CB69C0;
}
.TagClassName
{
border-color: #CB69C0;
}
</style>