Shades of Fuchsia #CB44BD
Tints of Fuchsia #CB44BD
RGB
CMYK
RGB Variations
Color information
#CB44BD (or 0xCB44BD) is known color: Fuchsia. HEX triplet: CB, 44 and BD. RGB value is (203,68,189). Sum of RGB (Red+Green+Blue) = 203+68+189=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44BD is #34BB42. Grayscale: #797979. Windows color (decimal): -3455811 or 12403915. OLE color: 12403915.
HSL color Cylindrical-coordinate representation of color #CB44BD: hue angle of 306.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44BD is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 189 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.20 |
| HSL | 306.22º | 0.56% | 0.53% | - |
| HSV(B) | 306.22º | 0.67% | 0.8% | - |
| XYZ | 35.88 | 20.5 | 50.21 | - |
| YUV | 122.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 189 | 0 | 0.67 | 0.07 | 0.20 | 306.22 | 0.56 | 0.53 |
| Hex | CB | 44 | BD | 0 | 43 | 7 | 14 | 132 | 38 | 35 |
| Octal | 313 | 104 | 275 | 0 | 103 | 7 | 24 | 462 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10111101 | 0 | 1000011 | 111 | 10100 | 100110010 | 111000 | 110101 |
Color Harmonies of #CB44BD
Complementary color
Monochromatic Colors of #CB44BD
Black with #CB44BD
Text Example
Text Example
White with #CB44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44BD; }
p { color: rgb(203,68,189); }
H1.HeaderClassName
{
color: #CB44BD;
}
.AnyTagClassName
{
color: #CB44BD;
}
</style>
background-color css
<style>
a { background-color: #CB44BD; }
a { background-color: rgb(203,68,189); }
div.DivClassName
{
background-color: #CB44BD;
}
.BgClassName
{
background-color: #CB44BD;
}
</style>
border-color css
<style>
span { border-color: #CB44BD; }
span { border-color: rgb(203,68,189); }
td.TdClassName
{
border-color: #CB44BD;
}
.TagClassName
{
border-color: #CB44BD;
}
</style>