Shades of Fuchsia #C069B2
Tints of Fuchsia #C069B2
RGB
CMYK
RGB Variations
Color information
#C069B2 (or 0xC069B2) is known color: Fuchsia. HEX triplet: C0, 69 and B2. RGB value is (192,105,178). Sum of RGB (Red+Green+Blue) = 192+105+178=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069B2 is #3F964D. Grayscale: #8B8B8B. Windows color (decimal): -4167246 or 11692480. OLE color: 11692480.
HSL color Cylindrical-coordinate representation of color #C069B2: hue angle of 309.66º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069B2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 178 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.25 |
| HSL | 309.66º | 0.41% | 0.58% | - |
| HSV(B) | 309.66º | 0.45% | 0.75% | - |
| XYZ | 34.83 | 24.52 | 45.02 | - |
| YUV | 139.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 178 | 0 | 0.45 | 0.07 | 0.25 | 309.66 | 0.41 | 0.58 |
| Hex | C0 | 69 | B2 | 0 | 2D | 7 | 19 | 136 | 29 | 3A |
| Octal | 300 | 151 | 262 | 0 | 55 | 7 | 31 | 466 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10110010 | 0 | 101101 | 111 | 11001 | 100110110 | 101001 | 111010 |
Color Harmonies of #C069B2
Complementary color
Monochromatic Colors of #C069B2
Black with #C069B2
Text Example
Text Example
White with #C069B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069B2; }
p { color: rgb(192,105,178); }
H1.HeaderClassName
{
color: #C069B2;
}
.AnyTagClassName
{
color: #C069B2;
}
</style>
background-color css
<style>
a { background-color: #C069B2; }
a { background-color: rgb(192,105,178); }
div.DivClassName
{
background-color: #C069B2;
}
.BgClassName
{
background-color: #C069B2;
}
</style>
border-color css
<style>
span { border-color: #C069B2; }
span { border-color: rgb(192,105,178); }
td.TdClassName
{
border-color: #C069B2;
}
.TagClassName
{
border-color: #C069B2;
}
</style>