Shades of Fuchsia #C268C4
Tints of Fuchsia #C268C4
RGB
CMYK
RGB Variations
Color information
#C268C4 (or 0xC268C4) is known color: Fuchsia. HEX triplet: C2, 68 and C4. RGB value is (194,104,196). Sum of RGB (Red+Green+Blue) = 194+104+196=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #C268C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268C4 is #3D973B. Grayscale: #8D8D8D. Windows color (decimal): -4036412 or 12871874. OLE color: 12871874.
HSL color Cylindrical-coordinate representation of color #C268C4: hue angle of 298.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C268C4 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 104 | 196 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.23 |
| HSL | 298.7º | 0.44% | 0.59% | - |
| HSV(B) | 298.7º | 0.47% | 0.77% | - |
| XYZ | 37.16 | 25.36 | 55.16 | - |
| YUV | 141.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 196 | 0.01 | 0.47 | 0 | 0.23 | 298.7 | 0.44 | 0.59 |
| Hex | C2 | 68 | C4 | 1 | 2F | 0 | 17 | 12B | 2C | 3B |
| Octal | 302 | 150 | 304 | 1 | 57 | 0 | 27 | 453 | 54 | 73 |
| Binary | 11000010 | 1101000 | 11000100 | 1 | 101111 | 0 | 10111 | 100101011 | 101100 | 111011 |
Color Harmonies of #C268C4
Complementary color
Monochromatic Colors of #C268C4
Black with #C268C4
Text Example
Text Example
White with #C268C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268C4; }
p { color: rgb(194,104,196); }
H1.HeaderClassName
{
color: #C268C4;
}
.AnyTagClassName
{
color: #C268C4;
}
</style>
background-color css
<style>
a { background-color: #C268C4; }
a { background-color: rgb(194,104,196); }
div.DivClassName
{
background-color: #C268C4;
}
.BgClassName
{
background-color: #C268C4;
}
</style>
border-color css
<style>
span { border-color: #C268C4; }
span { border-color: rgb(194,104,196); }
td.TdClassName
{
border-color: #C268C4;
}
.TagClassName
{
border-color: #C268C4;
}
</style>