Shades of Fuchsia #C269B7
Tints of Fuchsia #C269B7
RGB
CMYK
RGB Variations
Color information
#C269B7 (or 0xC269B7) is known color: Fuchsia. HEX triplet: C2, 69 and B7. RGB value is (194,105,183). Sum of RGB (Red+Green+Blue) = 194+105+183=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269B7 is #3D9648. Grayscale: #8C8C8C. Windows color (decimal): -4036169 or 12020162. OLE color: 12020162.
HSL color Cylindrical-coordinate representation of color #C269B7: hue angle of 307.42º 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 #C269B7 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 183 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.24 |
| HSL | 307.42º | 0.42% | 0.59% | - |
| HSV(B) | 307.42º | 0.46% | 0.76% | - |
| XYZ | 35.85 | 24.99 | 47.73 | - |
| YUV | 140.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 183 | 0 | 0.46 | 0.06 | 0.24 | 307.42 | 0.42 | 0.59 |
| Hex | C2 | 69 | B7 | 0 | 2E | 6 | 18 | 133 | 2A | 3B |
| Octal | 302 | 151 | 267 | 0 | 56 | 6 | 30 | 463 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10110111 | 0 | 101110 | 110 | 11000 | 100110011 | 101010 | 111011 |
Color Harmonies of #C269B7
Complementary color
Monochromatic Colors of #C269B7
Black with #C269B7
Text Example
Text Example
White with #C269B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269B7; }
p { color: rgb(194,105,183); }
H1.HeaderClassName
{
color: #C269B7;
}
.AnyTagClassName
{
color: #C269B7;
}
</style>
background-color css
<style>
a { background-color: #C269B7; }
a { background-color: rgb(194,105,183); }
div.DivClassName
{
background-color: #C269B7;
}
.BgClassName
{
background-color: #C269B7;
}
</style>
border-color css
<style>
span { border-color: #C269B7; }
span { border-color: rgb(194,105,183); }
td.TdClassName
{
border-color: #C269B7;
}
.TagClassName
{
border-color: #C269B7;
}
</style>