Shades of Fuchsia #CB45BC
Tints of Fuchsia #CB45BC
RGB
CMYK
RGB Variations
Color information
#CB45BC (or 0xCB45BC) is known color: Fuchsia. HEX triplet: CB, 45 and BC. RGB value is (203,69,188). Sum of RGB (Red+Green+Blue) = 203+69+188=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45BC is #34BA43. Grayscale: #7A7A7A. Windows color (decimal): -3455556 or 12338635. OLE color: 12338635.
HSL color Cylindrical-coordinate representation of color #CB45BC: hue angle of 306.72º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB45BC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 188 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.20 |
| HSL | 306.72º | 0.56% | 0.53% | - |
| HSV(B) | 306.72º | 0.66% | 0.8% | - |
| XYZ | 35.83 | 20.58 | 49.66 | - |
| YUV | 122.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 188 | 0 | 0.66 | 0.07 | 0.20 | 306.72 | 0.56 | 0.53 |
| Hex | CB | 45 | BC | 0 | 42 | 7 | 14 | 133 | 38 | 35 |
| Octal | 313 | 105 | 274 | 0 | 102 | 7 | 24 | 463 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10111100 | 0 | 1000010 | 111 | 10100 | 100110011 | 111000 | 110101 |
Color Harmonies of #CB45BC
Complementary color
Monochromatic Colors of #CB45BC
Black with #CB45BC
Text Example
Text Example
White with #CB45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45BC; }
p { color: rgb(203,69,188); }
H1.HeaderClassName
{
color: #CB45BC;
}
.AnyTagClassName
{
color: #CB45BC;
}
</style>
background-color css
<style>
a { background-color: #CB45BC; }
a { background-color: rgb(203,69,188); }
div.DivClassName
{
background-color: #CB45BC;
}
.BgClassName
{
background-color: #CB45BC;
}
</style>
border-color css
<style>
span { border-color: #CB45BC; }
span { border-color: rgb(203,69,188); }
td.TdClassName
{
border-color: #CB45BC;
}
.TagClassName
{
border-color: #CB45BC;
}
</style>