Shades of Fuchsia #CB66BD
Tints of Fuchsia #CB66BD
RGB
CMYK
RGB Variations
Color information
#CB66BD (or 0xCB66BD) is known color: Fuchsia. HEX triplet: CB, 66 and BD. RGB value is (203,102,189). Sum of RGB (Red+Green+Blue) = 203+102+189=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66BD is #349942. Grayscale: #8D8D8D. Windows color (decimal): -3447107 or 12412619. OLE color: 12412619.
HSL color Cylindrical-coordinate representation of color #CB66BD: hue angle of 308.32º 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 #CB66BD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 189 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.20 |
| HSL | 308.32º | 0.49% | 0.6% | - |
| HSV(B) | 308.32º | 0.5% | 0.8% | - |
| XYZ | 38.57 | 25.87 | 51.11 | - |
| YUV | 142.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 189 | 0 | 0.50 | 0.07 | 0.20 | 308.32 | 0.49 | 0.6 |
| Hex | CB | 66 | BD | 0 | 32 | 7 | 14 | 134 | 31 | 3C |
| Octal | 313 | 146 | 275 | 0 | 62 | 7 | 24 | 464 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10111101 | 0 | 110010 | 111 | 10100 | 100110100 | 110001 | 111100 |
Color Harmonies of #CB66BD
Complementary color
Monochromatic Colors of #CB66BD
Black with #CB66BD
Text Example
Text Example
White with #CB66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66BD; }
p { color: rgb(203,102,189); }
H1.HeaderClassName
{
color: #CB66BD;
}
.AnyTagClassName
{
color: #CB66BD;
}
</style>
background-color css
<style>
a { background-color: #CB66BD; }
a { background-color: rgb(203,102,189); }
div.DivClassName
{
background-color: #CB66BD;
}
.BgClassName
{
background-color: #CB66BD;
}
</style>
border-color css
<style>
span { border-color: #CB66BD; }
span { border-color: rgb(203,102,189); }
td.TdClassName
{
border-color: #CB66BD;
}
.TagClassName
{
border-color: #CB66BD;
}
</style>