Shades of Fuchsia #CB45C2
Tints of Fuchsia #CB45C2
RGB
CMYK
RGB Variations
Color information
#CB45C2 (or 0xCB45C2) is known color: Fuchsia. HEX triplet: CB, 45 and C2. RGB value is (203,69,194). Sum of RGB (Red+Green+Blue) = 203+69+194=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45C2 is #34BA3D. Grayscale: #7A7A7A. Windows color (decimal): -3455550 or 12731851. OLE color: 12731851.
HSL color Cylindrical-coordinate representation of color #CB45C2: hue angle of 304.03º 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 #CB45C2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 194 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.20 |
| HSL | 304.03º | 0.56% | 0.53% | - |
| HSV(B) | 304.03º | 0.66% | 0.8% | - |
| XYZ | 36.49 | 20.85 | 53.14 | - |
| YUV | 123.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 194 | 0 | 0.66 | 0.04 | 0.20 | 304.03 | 0.56 | 0.53 |
| Hex | CB | 45 | C2 | 0 | 42 | 4 | 14 | 130 | 38 | 35 |
| Octal | 313 | 105 | 302 | 0 | 102 | 4 | 24 | 460 | 70 | 65 |
| Binary | 11001011 | 1000101 | 11000010 | 0 | 1000010 | 100 | 10100 | 100110000 | 111000 | 110101 |
Color Harmonies of #CB45C2
Complementary color
Monochromatic Colors of #CB45C2
Black with #CB45C2
Text Example
Text Example
White with #CB45C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45C2; }
p { color: rgb(203,69,194); }
H1.HeaderClassName
{
color: #CB45C2;
}
.AnyTagClassName
{
color: #CB45C2;
}
</style>
background-color css
<style>
a { background-color: #CB45C2; }
a { background-color: rgb(203,69,194); }
div.DivClassName
{
background-color: #CB45C2;
}
.BgClassName
{
background-color: #CB45C2;
}
</style>
border-color css
<style>
span { border-color: #CB45C2; }
span { border-color: rgb(203,69,194); }
td.TdClassName
{
border-color: #CB45C2;
}
.TagClassName
{
border-color: #CB45C2;
}
</style>