Shades of Fuchsia #CB6CBC
Tints of Fuchsia #CB6CBC
RGB
CMYK
RGB Variations
Color information
#CB6CBC (or 0xCB6CBC) is known color: Fuchsia. HEX triplet: CB, 6C and BC. RGB value is (203,108,188). Sum of RGB (Red+Green+Blue) = 203+108+188=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CBC is #349343. Grayscale: #919191. Windows color (decimal): -3445572 or 12348619. OLE color: 12348619.
HSL color Cylindrical-coordinate representation of color #CB6CBC: hue angle of 309.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CBC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 188 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.20 |
| HSL | 309.47º | 0.48% | 0.61% | - |
| HSV(B) | 309.47º | 0.47% | 0.8% | - |
| XYZ | 39.07 | 27.05 | 50.74 | - |
| YUV | 145.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 188 | 0 | 0.47 | 0.07 | 0.20 | 309.47 | 0.48 | 0.61 |
| Hex | CB | 6C | BC | 0 | 2F | 7 | 14 | 135 | 30 | 3D |
| Octal | 313 | 154 | 274 | 0 | 57 | 7 | 24 | 465 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10111100 | 0 | 101111 | 111 | 10100 | 100110101 | 110000 | 111101 |
Color Harmonies of #CB6CBC
Complementary color
Monochromatic Colors of #CB6CBC
Black with #CB6CBC
Text Example
Text Example
White with #CB6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CBC; }
p { color: rgb(203,108,188); }
H1.HeaderClassName
{
color: #CB6CBC;
}
.AnyTagClassName
{
color: #CB6CBC;
}
</style>
background-color css
<style>
a { background-color: #CB6CBC; }
a { background-color: rgb(203,108,188); }
div.DivClassName
{
background-color: #CB6CBC;
}
.BgClassName
{
background-color: #CB6CBC;
}
</style>
border-color css
<style>
span { border-color: #CB6CBC; }
span { border-color: rgb(203,108,188); }
td.TdClassName
{
border-color: #CB6CBC;
}
.TagClassName
{
border-color: #CB6CBC;
}
</style>