Shades of Fuchsia #CB44C8
Tints of Fuchsia #CB44C8
RGB
CMYK
RGB Variations
Color information
#CB44C8 (or 0xCB44C8) is known color: Fuchsia. HEX triplet: CB, 44 and C8. RGB value is (203,68,200). Sum of RGB (Red+Green+Blue) = 203+68+200=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C8 is #34BB37. Grayscale: #7B7B7B. Windows color (decimal): -3455800 or 13124811. OLE color: 13124811.
HSL color Cylindrical-coordinate representation of color #CB44C8: hue angle of 301.33º 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 #CB44C8 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 200 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.20 |
| HSL | 301.33º | 0.56% | 0.53% | - |
| HSV(B) | 301.33º | 0.67% | 0.8% | - |
| XYZ | 37.12 | 21 | 56.74 | - |
| YUV | 123.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 200 | 0 | 0.67 | 0.01 | 0.20 | 301.33 | 0.56 | 0.53 |
| Hex | CB | 44 | C8 | 0 | 43 | 1 | 14 | 12D | 38 | 35 |
| Octal | 313 | 104 | 310 | 0 | 103 | 1 | 24 | 455 | 70 | 65 |
| Binary | 11001011 | 1000100 | 11001000 | 0 | 1000011 | 1 | 10100 | 100101101 | 111000 | 110101 |
Color Harmonies of #CB44C8
Complementary color
Monochromatic Colors of #CB44C8
Black with #CB44C8
Text Example
Text Example
White with #CB44C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44C8; }
p { color: rgb(203,68,200); }
H1.HeaderClassName
{
color: #CB44C8;
}
.AnyTagClassName
{
color: #CB44C8;
}
</style>
background-color css
<style>
a { background-color: #CB44C8; }
a { background-color: rgb(203,68,200); }
div.DivClassName
{
background-color: #CB44C8;
}
.BgClassName
{
background-color: #CB44C8;
}
</style>
border-color css
<style>
span { border-color: #CB44C8; }
span { border-color: rgb(203,68,200); }
td.TdClassName
{
border-color: #CB44C8;
}
.TagClassName
{
border-color: #CB44C8;
}
</style>