Shades of Fuchsia #C267BB
Tints of Fuchsia #C267BB
RGB
CMYK
RGB Variations
Color information
#C267BB (or 0xC267BB) is known color: Fuchsia. HEX triplet: C2, 67 and BB. RGB value is (194,103,187). Sum of RGB (Red+Green+Blue) = 194+103+187=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C267BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267BB is #3D9844. Grayscale: #8B8B8B. Windows color (decimal): -4036677 or 12281794. OLE color: 12281794.
HSL color Cylindrical-coordinate representation of color #C267BB: hue angle of 304.62º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C267BB is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 187 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.24 |
| HSL | 304.62º | 0.43% | 0.58% | - |
| HSV(B) | 304.62º | 0.47% | 0.76% | - |
| XYZ | 36.07 | 24.76 | 49.89 | - |
| YUV | 139.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 187 | 0 | 0.47 | 0.04 | 0.24 | 304.62 | 0.43 | 0.58 |
| Hex | C2 | 67 | BB | 0 | 2F | 4 | 18 | 131 | 2B | 3A |
| Octal | 302 | 147 | 273 | 0 | 57 | 4 | 30 | 461 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10111011 | 0 | 101111 | 100 | 11000 | 100110001 | 101011 | 111010 |
Color Harmonies of #C267BB
Complementary color
Monochromatic Colors of #C267BB
Black with #C267BB
Text Example
Text Example
White with #C267BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267BB; }
p { color: rgb(194,103,187); }
H1.HeaderClassName
{
color: #C267BB;
}
.AnyTagClassName
{
color: #C267BB;
}
</style>
background-color css
<style>
a { background-color: #C267BB; }
a { background-color: rgb(194,103,187); }
div.DivClassName
{
background-color: #C267BB;
}
.BgClassName
{
background-color: #C267BB;
}
</style>
border-color css
<style>
span { border-color: #C267BB; }
span { border-color: rgb(194,103,187); }
td.TdClassName
{
border-color: #C267BB;
}
.TagClassName
{
border-color: #C267BB;
}
</style>