Shades of Fuchsia #CB53C6
Tints of Fuchsia #CB53C6
RGB
CMYK
RGB Variations
Color information
#CB53C6 (or 0xCB53C6) is known color: Fuchsia. HEX triplet: CB, 53 and C6. RGB value is (203,83,198). Sum of RGB (Red+Green+Blue) = 203+83+198=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53C6 is #34AC39. Grayscale: #838383. Windows color (decimal): -3451962 or 12997579. OLE color: 12997579.
HSL color Cylindrical-coordinate representation of color #CB53C6: hue angle of 302.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53C6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 198 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.20 |
| HSL | 302.5º | 0.54% | 0.56% | - |
| HSV(B) | 302.5º | 0.59% | 0.8% | - |
| XYZ | 37.91 | 22.96 | 55.86 | - |
| YUV | 131.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 198 | 0 | 0.59 | 0.02 | 0.20 | 302.5 | 0.54 | 0.56 |
| Hex | CB | 53 | C6 | 0 | 3B | 2 | 14 | 12E | 36 | 38 |
| Octal | 313 | 123 | 306 | 0 | 73 | 2 | 24 | 456 | 66 | 70 |
| Binary | 11001011 | 1010011 | 11000110 | 0 | 111011 | 10 | 10100 | 100101110 | 110110 | 111000 |
Color Harmonies of #CB53C6
Complementary color
Monochromatic Colors of #CB53C6
Black with #CB53C6
Text Example
Text Example
White with #CB53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53C6; }
p { color: rgb(203,83,198); }
H1.HeaderClassName
{
color: #CB53C6;
}
.AnyTagClassName
{
color: #CB53C6;
}
</style>
background-color css
<style>
a { background-color: #CB53C6; }
a { background-color: rgb(203,83,198); }
div.DivClassName
{
background-color: #CB53C6;
}
.BgClassName
{
background-color: #CB53C6;
}
</style>
border-color css
<style>
span { border-color: #CB53C6; }
span { border-color: rgb(203,83,198); }
td.TdClassName
{
border-color: #CB53C6;
}
.TagClassName
{
border-color: #CB53C6;
}
</style>