Shades of Fuchsia #C269BC
Tints of Fuchsia #C269BC
RGB
CMYK
RGB Variations
Color information
#C269BC (or 0xC269BC) is known color: Fuchsia. HEX triplet: C2, 69 and BC. RGB value is (194,105,188). Sum of RGB (Red+Green+Blue) = 194+105+188=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C269BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269BC is #3D9643. Grayscale: #8C8C8C. Windows color (decimal): -4036164 or 12347842. OLE color: 12347842.
HSL color Cylindrical-coordinate representation of color #C269BC: hue angle of 304.04º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269BC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 188 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.24 |
| HSL | 304.05º | 0.42% | 0.59% | - |
| HSV(B) | 304.05º | 0.46% | 0.76% | - |
| XYZ | 36.38 | 25.2 | 50.52 | - |
| YUV | 141.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 188 | 0 | 0.46 | 0.03 | 0.24 | 304.05 | 0.42 | 0.59 |
| Hex | C2 | 69 | BC | 0 | 2E | 3 | 18 | 130 | 2A | 3B |
| Octal | 302 | 151 | 274 | 0 | 56 | 3 | 30 | 460 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10111100 | 0 | 101110 | 11 | 11000 | 100110000 | 101010 | 111011 |
Color Harmonies of #C269BC
Complementary color
Monochromatic Colors of #C269BC
Black with #C269BC
Text Example
Text Example
White with #C269BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269BC; }
p { color: rgb(194,105,188); }
H1.HeaderClassName
{
color: #C269BC;
}
.AnyTagClassName
{
color: #C269BC;
}
</style>
background-color css
<style>
a { background-color: #C269BC; }
a { background-color: rgb(194,105,188); }
div.DivClassName
{
background-color: #C269BC;
}
.BgClassName
{
background-color: #C269BC;
}
</style>
border-color css
<style>
span { border-color: #C269BC; }
span { border-color: rgb(194,105,188); }
td.TdClassName
{
border-color: #C269BC;
}
.TagClassName
{
border-color: #C269BC;
}
</style>