Shades of Fuchsia #C270BB
Tints of Fuchsia #C270BB
RGB
CMYK
RGB Variations
Color information
#C270BB (or 0xC270BB) is known color: Fuchsia. HEX triplet: C2, 70 and BB. RGB value is (194,112,187). Sum of RGB (Red+Green+Blue) = 194+112+187=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C270BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270BB is #3D8F44. Grayscale: #909090. Windows color (decimal): -4034373 or 12284098. OLE color: 12284098.
HSL color Cylindrical-coordinate representation of color #C270BB: hue angle of 305.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C270BB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 187 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.24 |
| HSL | 305.12º | 0.4% | 0.6% | - |
| HSV(B) | 305.12º | 0.42% | 0.76% | - |
| XYZ | 37.01 | 26.65 | 50.21 | - |
| YUV | 145.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 187 | 0 | 0.42 | 0.04 | 0.24 | 305.12 | 0.4 | 0.6 |
| Hex | C2 | 70 | BB | 0 | 2A | 4 | 18 | 131 | 28 | 3C |
| Octal | 302 | 160 | 273 | 0 | 52 | 4 | 30 | 461 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10111011 | 0 | 101010 | 100 | 11000 | 100110001 | 101000 | 111100 |
Color Harmonies of #C270BB
Complementary color
Monochromatic Colors of #C270BB
Black with #C270BB
Text Example
Text Example
White with #C270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270BB; }
p { color: rgb(194,112,187); }
H1.HeaderClassName
{
color: #C270BB;
}
.AnyTagClassName
{
color: #C270BB;
}
</style>
background-color css
<style>
a { background-color: #C270BB; }
a { background-color: rgb(194,112,187); }
div.DivClassName
{
background-color: #C270BB;
}
.BgClassName
{
background-color: #C270BB;
}
</style>
border-color css
<style>
span { border-color: #C270BB; }
span { border-color: rgb(194,112,187); }
td.TdClassName
{
border-color: #C270BB;
}
.TagClassName
{
border-color: #C270BB;
}
</style>