Shades of Fuchsia #CB45C1
Tints of Fuchsia #CB45C1
RGB
CMYK
RGB Variations
Color information
#CB45C1 (or 0xCB45C1) is known color: Fuchsia. HEX triplet: CB, 45 and C1. RGB value is (203,69,193). Sum of RGB (Red+Green+Blue) = 203+69+193=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45C1 is #34BA3E. Grayscale: #7A7A7A. Windows color (decimal): -3455551 or 12666315. OLE color: 12666315.
HSL color Cylindrical-coordinate representation of color #CB45C1: hue angle of 304.48º 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 #CB45C1 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 193 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.20 |
| HSL | 304.48º | 0.56% | 0.53% | - |
| HSV(B) | 304.48º | 0.66% | 0.8% | - |
| XYZ | 36.38 | 20.8 | 52.55 | - |
| YUV | 123.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 193 | 0 | 0.66 | 0.05 | 0.20 | 304.48 | 0.56 | 0.53 |
| Hex | CB | 45 | C1 | 0 | 42 | 5 | 14 | 130 | 38 | 35 |
| Octal | 313 | 105 | 301 | 0 | 102 | 5 | 24 | 460 | 70 | 65 |
| Binary | 11001011 | 1000101 | 11000001 | 0 | 1000010 | 101 | 10100 | 100110000 | 111000 | 110101 |
Color Harmonies of #CB45C1
Complementary color
Monochromatic Colors of #CB45C1
Black with #CB45C1
Text Example
Text Example
White with #CB45C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45C1; }
p { color: rgb(203,69,193); }
H1.HeaderClassName
{
color: #CB45C1;
}
.AnyTagClassName
{
color: #CB45C1;
}
</style>
background-color css
<style>
a { background-color: #CB45C1; }
a { background-color: rgb(203,69,193); }
div.DivClassName
{
background-color: #CB45C1;
}
.BgClassName
{
background-color: #CB45C1;
}
</style>
border-color css
<style>
span { border-color: #CB45C1; }
span { border-color: rgb(203,69,193); }
td.TdClassName
{
border-color: #CB45C1;
}
.TagClassName
{
border-color: #CB45C1;
}
</style>