Shades of Fuchsia #C069BE
Tints of Fuchsia #C069BE
RGB
CMYK
RGB Variations
Color information
#C069BE (or 0xC069BE) is known color: Fuchsia. HEX triplet: C0, 69 and BE. RGB value is (192,105,190). Sum of RGB (Red+Green+Blue) = 192+105+190=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C069BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069BE is #3F9641. Grayscale: #8C8C8C. Windows color (decimal): -4167234 or 12478912. OLE color: 12478912.
HSL color Cylindrical-coordinate representation of color #C069BE: hue angle of 301.38º 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 #C069BE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 190 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.25 |
| HSL | 301.38º | 0.41% | 0.58% | - |
| HSV(B) | 301.38º | 0.45% | 0.75% | - |
| XYZ | 36.08 | 25.03 | 51.64 | - |
| YUV | 140.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 190 | 0 | 0.45 | 0.01 | 0.25 | 301.38 | 0.41 | 0.58 |
| Hex | C0 | 69 | BE | 0 | 2D | 1 | 19 | 12D | 29 | 3A |
| Octal | 300 | 151 | 276 | 0 | 55 | 1 | 31 | 455 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10111110 | 0 | 101101 | 1 | 11001 | 100101101 | 101001 | 111010 |
Color Harmonies of #C069BE
Complementary color
Monochromatic Colors of #C069BE
Black with #C069BE
Text Example
Text Example
White with #C069BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069BE; }
p { color: rgb(192,105,190); }
H1.HeaderClassName
{
color: #C069BE;
}
.AnyTagClassName
{
color: #C069BE;
}
</style>
background-color css
<style>
a { background-color: #C069BE; }
a { background-color: rgb(192,105,190); }
div.DivClassName
{
background-color: #C069BE;
}
.BgClassName
{
background-color: #C069BE;
}
</style>
border-color css
<style>
span { border-color: #C069BE; }
span { border-color: rgb(192,105,190); }
td.TdClassName
{
border-color: #C069BE;
}
.TagClassName
{
border-color: #C069BE;
}
</style>