Shades of Fuchsia #CB44C9
Tints of Fuchsia #CB44C9
RGB
CMYK
RGB Variations
Color information
#CB44C9 (or 0xCB44C9) is known color: Fuchsia. HEX triplet: CB, 44 and C9. RGB value is (203,68,201). Sum of RGB (Red+Green+Blue) = 203+68+201=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C9 is #34BB36. Grayscale: #7B7B7B. Windows color (decimal): -3455799 or 13190347. OLE color: 13190347.
HSL color Cylindrical-coordinate representation of color #CB44C9: hue angle of 300.89º 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 #CB44C9 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 201 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.20 |
| HSL | 300.89º | 0.56% | 0.53% | - |
| HSV(B) | 300.89º | 0.67% | 0.8% | - |
| XYZ | 37.24 | 21.05 | 57.36 | - |
| YUV | 123.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 201 | 0 | 0.67 | 0.01 | 0.20 | 300.89 | 0.56 | 0.53 |
| Hex | CB | 44 | C9 | 0 | 43 | 1 | 14 | 12D | 38 | 35 |
| Octal | 313 | 104 | 311 | 0 | 103 | 1 | 24 | 455 | 70 | 65 |
| Binary | 11001011 | 1000100 | 11001001 | 0 | 1000011 | 1 | 10100 | 100101101 | 111000 | 110101 |
Color Harmonies of #CB44C9
Complementary color
Monochromatic Colors of #CB44C9
Black with #CB44C9
Text Example
Text Example
White with #CB44C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44C9; }
p { color: rgb(203,68,201); }
H1.HeaderClassName
{
color: #CB44C9;
}
.AnyTagClassName
{
color: #CB44C9;
}
</style>
background-color css
<style>
a { background-color: #CB44C9; }
a { background-color: rgb(203,68,201); }
div.DivClassName
{
background-color: #CB44C9;
}
.BgClassName
{
background-color: #CB44C9;
}
</style>
border-color css
<style>
span { border-color: #CB44C9; }
span { border-color: rgb(203,68,201); }
td.TdClassName
{
border-color: #CB44C9;
}
.TagClassName
{
border-color: #CB44C9;
}
</style>