Shades of Fuchsia #C069C4
Tints of Fuchsia #C069C4
RGB
CMYK
RGB Variations
Color information
#C069C4 (or 0xC069C4) is known color: Fuchsia. HEX triplet: C0, 69 and C4. RGB value is (192,105,196). Sum of RGB (Red+Green+Blue) = 192+105+196=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #C069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069C4 is #3F963B. Grayscale: #8D8D8D. Windows color (decimal): -4167228 or 12872128. OLE color: 12872128.
HSL color Cylindrical-coordinate representation of color #C069C4: hue angle of 297.36º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C069C4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 105 | 196 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.23 |
| HSL | 297.36º | 0.44% | 0.59% | - |
| HSV(B) | 297.36º | 0.46% | 0.77% | - |
| XYZ | 36.75 | 25.3 | 55.17 | - |
| YUV | 141.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 196 | 0.02 | 0.46 | 0 | 0.23 | 297.36 | 0.44 | 0.59 |
| Hex | C0 | 69 | C4 | 2 | 2E | 0 | 17 | 129 | 2C | 3B |
| Octal | 300 | 151 | 304 | 2 | 56 | 0 | 27 | 451 | 54 | 73 |
| Binary | 11000000 | 1101001 | 11000100 | 10 | 101110 | 0 | 10111 | 100101001 | 101100 | 111011 |
Color Harmonies of #C069C4
Complementary color
Monochromatic Colors of #C069C4
Black with #C069C4
Text Example
Text Example
White with #C069C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069C4; }
p { color: rgb(192,105,196); }
H1.HeaderClassName
{
color: #C069C4;
}
.AnyTagClassName
{
color: #C069C4;
}
</style>
background-color css
<style>
a { background-color: #C069C4; }
a { background-color: rgb(192,105,196); }
div.DivClassName
{
background-color: #C069C4;
}
.BgClassName
{
background-color: #C069C4;
}
</style>
border-color css
<style>
span { border-color: #C069C4; }
span { border-color: rgb(192,105,196); }
td.TdClassName
{
border-color: #C069C4;
}
.TagClassName
{
border-color: #C069C4;
}
</style>