Shades of Fuchsia #CB66C6
Tints of Fuchsia #CB66C6
RGB
CMYK
RGB Variations
Color information
#CB66C6 (or 0xCB66C6) is known color: Fuchsia. HEX triplet: CB, 66 and C6. RGB value is (203,102,198). Sum of RGB (Red+Green+Blue) = 203+102+198=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66C6 is #349939. Grayscale: #8E8E8E. Windows color (decimal): -3447098 or 13002443. OLE color: 13002443.
HSL color Cylindrical-coordinate representation of color #CB66C6: hue angle of 302.97º 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 #CB66C6 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 198 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.20 |
| HSL | 302.97º | 0.49% | 0.6% | - |
| HSV(B) | 302.97º | 0.5% | 0.8% | - |
| XYZ | 39.57 | 26.28 | 56.41 | - |
| YUV | 143.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 198 | 0 | 0.50 | 0.02 | 0.20 | 302.97 | 0.49 | 0.6 |
| Hex | CB | 66 | C6 | 0 | 32 | 2 | 14 | 12F | 31 | 3C |
| Octal | 313 | 146 | 306 | 0 | 62 | 2 | 24 | 457 | 61 | 74 |
| Binary | 11001011 | 1100110 | 11000110 | 0 | 110010 | 10 | 10100 | 100101111 | 110001 | 111100 |
Color Harmonies of #CB66C6
Complementary color
Monochromatic Colors of #CB66C6
Black with #CB66C6
Text Example
Text Example
White with #CB66C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66C6; }
p { color: rgb(203,102,198); }
H1.HeaderClassName
{
color: #CB66C6;
}
.AnyTagClassName
{
color: #CB66C6;
}
</style>
background-color css
<style>
a { background-color: #CB66C6; }
a { background-color: rgb(203,102,198); }
div.DivClassName
{
background-color: #CB66C6;
}
.BgClassName
{
background-color: #CB66C6;
}
</style>
border-color css
<style>
span { border-color: #CB66C6; }
span { border-color: rgb(203,102,198); }
td.TdClassName
{
border-color: #CB66C6;
}
.TagClassName
{
border-color: #CB66C6;
}
</style>