Shades of Fuchsia #CB66C0
Tints of Fuchsia #CB66C0
RGB
CMYK
RGB Variations
Color information
#CB66C0 (or 0xCB66C0) is known color: Fuchsia. HEX triplet: CB, 66 and C0. RGB value is (203,102,192). Sum of RGB (Red+Green+Blue) = 203+102+192=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66C0 is #34993F. Grayscale: #8E8E8E. Windows color (decimal): -3447104 or 12609227. OLE color: 12609227.
HSL color Cylindrical-coordinate representation of color #CB66C0: hue angle of 306.53º degrees, saturation: 0.49, 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 #CB66C0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 192 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.20 |
| HSL | 306.53º | 0.49% | 0.6% | - |
| HSV(B) | 306.53º | 0.5% | 0.8% | - |
| XYZ | 38.89 | 26.01 | 52.84 | - |
| YUV | 142.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 192 | 0 | 0.50 | 0.05 | 0.20 | 306.53 | 0.49 | 0.6 |
| Hex | CB | 66 | C0 | 0 | 32 | 5 | 14 | 133 | 31 | 3C |
| Octal | 313 | 146 | 300 | 0 | 62 | 5 | 24 | 463 | 61 | 74 |
| Binary | 11001011 | 1100110 | 11000000 | 0 | 110010 | 101 | 10100 | 100110011 | 110001 | 111100 |
Color Harmonies of #CB66C0
Complementary color
Monochromatic Colors of #CB66C0
Black with #CB66C0
Text Example
Text Example
White with #CB66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66C0; }
p { color: rgb(203,102,192); }
H1.HeaderClassName
{
color: #CB66C0;
}
.AnyTagClassName
{
color: #CB66C0;
}
</style>
background-color css
<style>
a { background-color: #CB66C0; }
a { background-color: rgb(203,102,192); }
div.DivClassName
{
background-color: #CB66C0;
}
.BgClassName
{
background-color: #CB66C0;
}
</style>
border-color css
<style>
span { border-color: #CB66C0; }
span { border-color: rgb(203,102,192); }
td.TdClassName
{
border-color: #CB66C0;
}
.TagClassName
{
border-color: #CB66C0;
}
</style>