Shades of Fuchsia #CB44CB
Tints of Fuchsia #CB44CB
RGB
CMYK
RGB Variations
Color information
#CB44CB (or 0xCB44CB) is known color: Fuchsia. HEX triplet: CB, 44 and CB. RGB value is (203,68,203). Sum of RGB (Red+Green+Blue) = 203+68+203=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44CB is #34BB34. Grayscale: #7B7B7B. Windows color (decimal): -3455797 or 13321419. OLE color: 13321419.
HSL color Cylindrical-coordinate representation of color #CB44CB: hue angle of 300º 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 #CB44CB is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 203 | - |
| CMYK | 0 | 0.67 | 0 | 0.20 |
| HSL | 300º | 0.56% | 0.53% | - |
| HSV(B) | 300º | 0.67% | 0.8% | - |
| XYZ | 37.48 | 21.14 | 58.61 | - |
| YUV | 123.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 203 | 0 | 0.67 | 0 | 0.20 | 300 | 0.56 | 0.53 |
| Hex | CB | 44 | CB | 0 | 43 | 0 | 14 | 12C | 38 | 35 |
| Octal | 313 | 104 | 313 | 0 | 103 | 0 | 24 | 454 | 70 | 65 |
| Binary | 11001011 | 1000100 | 11001011 | 0 | 1000011 | 0 | 10100 | 100101100 | 111000 | 110101 |
Color Harmonies of #CB44CB
Complementary color
Monochromatic Colors of #CB44CB
Black with #CB44CB
Text Example
Text Example
White with #CB44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44CB; }
p { color: rgb(203,68,203); }
H1.HeaderClassName
{
color: #CB44CB;
}
.AnyTagClassName
{
color: #CB44CB;
}
</style>
background-color css
<style>
a { background-color: #CB44CB; }
a { background-color: rgb(203,68,203); }
div.DivClassName
{
background-color: #CB44CB;
}
.BgClassName
{
background-color: #CB44CB;
}
</style>
border-color css
<style>
span { border-color: #CB44CB; }
span { border-color: rgb(203,68,203); }
td.TdClassName
{
border-color: #CB44CB;
}
.TagClassName
{
border-color: #CB44CB;
}
</style>