Shades of Fuchsia #C153CB
Tints of Fuchsia #C153CB
RGB
CMYK
RGB Variations
Color information
#C153CB (or 0xC153CB) is known color: Fuchsia. HEX triplet: C1, 53 and CB. RGB value is (193,83,203). Sum of RGB (Red+Green+Blue) = 193+83+203=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #C153CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153CB is #3EAC34. Grayscale: #818181. Windows color (decimal): -4107317 or 13325249. OLE color: 13325249.
HSL color Cylindrical-coordinate representation of color #C153CB: hue angle of 295º 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 #C153CB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 83 | 203 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.20 |
| HSL | 295º | 0.54% | 0.56% | - |
| HSV(B) | 295º | 0.59% | 0.8% | - |
| XYZ | 35.87 | 21.84 | 58.82 | - |
| YUV | 129.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 203 | 0.05 | 0.59 | 0 | 0.20 | 295 | 0.54 | 0.56 |
| Hex | C1 | 53 | CB | 5 | 3B | 0 | 14 | 127 | 36 | 38 |
| Octal | 301 | 123 | 313 | 5 | 73 | 0 | 24 | 447 | 66 | 70 |
| Binary | 11000001 | 1010011 | 11001011 | 101 | 111011 | 0 | 10100 | 100100111 | 110110 | 111000 |
Color Harmonies of #C153CB
Complementary color
Monochromatic Colors of #C153CB
Black with #C153CB
Text Example
Text Example
White with #C153CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153CB; }
p { color: rgb(193,83,203); }
H1.HeaderClassName
{
color: #C153CB;
}
.AnyTagClassName
{
color: #C153CB;
}
</style>
background-color css
<style>
a { background-color: #C153CB; }
a { background-color: rgb(193,83,203); }
div.DivClassName
{
background-color: #C153CB;
}
.BgClassName
{
background-color: #C153CB;
}
</style>
border-color css
<style>
span { border-color: #C153CB; }
span { border-color: rgb(193,83,203); }
td.TdClassName
{
border-color: #C153CB;
}
.TagClassName
{
border-color: #C153CB;
}
</style>