Shades of Fuchsia #CB6AB4
Tints of Fuchsia #CB6AB4
RGB
CMYK
RGB Variations
Color information
#CB6AB4 (or 0xCB6AB4) is known color: Fuchsia. HEX triplet: CB, 6A and B4. RGB value is (203,106,180). Sum of RGB (Red+Green+Blue) = 203+106+180=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AB4 is #34954B. Grayscale: #8F8F8F. Windows color (decimal): -3446092 or 11823819. OLE color: 11823819.
HSL color Cylindrical-coordinate representation of color #CB6AB4: hue angle of 314.23º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6AB4 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 180 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.20 |
| HSL | 314.23º | 0.48% | 0.61% | - |
| HSV(B) | 314.23º | 0.48% | 0.8% | - |
| XYZ | 38.02 | 26.3 | 46.25 | - |
| YUV | 143.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 180 | 0 | 0.48 | 0.11 | 0.20 | 314.23 | 0.48 | 0.61 |
| Hex | CB | 6A | B4 | 0 | 30 | B | 14 | 13A | 30 | 3D |
| Octal | 313 | 152 | 264 | 0 | 60 | 13 | 24 | 472 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10110100 | 0 | 110000 | 1011 | 10100 | 100111010 | 110000 | 111101 |
Color Harmonies of #CB6AB4
Complementary color
Monochromatic Colors of #CB6AB4
Black with #CB6AB4
Text Example
Text Example
White with #CB6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AB4; }
p { color: rgb(203,106,180); }
H1.HeaderClassName
{
color: #CB6AB4;
}
.AnyTagClassName
{
color: #CB6AB4;
}
</style>
background-color css
<style>
a { background-color: #CB6AB4; }
a { background-color: rgb(203,106,180); }
div.DivClassName
{
background-color: #CB6AB4;
}
.BgClassName
{
background-color: #CB6AB4;
}
</style>
border-color css
<style>
span { border-color: #CB6AB4; }
span { border-color: rgb(203,106,180); }
td.TdClassName
{
border-color: #CB6AB4;
}
.TagClassName
{
border-color: #CB6AB4;
}
</style>