Shades of Fuchsia #C268CB
Tints of Fuchsia #C268CB
RGB
CMYK
RGB Variations
Color information
#C268CB (or 0xC268CB) is known color: Fuchsia. HEX triplet: C2, 68 and CB. RGB value is (194,104,203). Sum of RGB (Red+Green+Blue) = 194+104+203=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C268CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268CB is #3D9734. Grayscale: #8D8D8D. Windows color (decimal): -4036405 or 13330626. OLE color: 13330626.
HSL color Cylindrical-coordinate representation of color #C268CB: hue angle of 294.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C268CB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 104 | 203 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.20 |
| HSL | 294.55º | 0.49% | 0.6% | - |
| HSV(B) | 294.55º | 0.49% | 0.8% | - |
| XYZ | 37.98 | 25.68 | 59.46 | - |
| YUV | 142.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 203 | 0.04 | 0.49 | 0 | 0.20 | 294.55 | 0.49 | 0.6 |
| Hex | C2 | 68 | CB | 4 | 31 | 0 | 14 | 127 | 31 | 3C |
| Octal | 302 | 150 | 313 | 4 | 61 | 0 | 24 | 447 | 61 | 74 |
| Binary | 11000010 | 1101000 | 11001011 | 100 | 110001 | 0 | 10100 | 100100111 | 110001 | 111100 |
Color Harmonies of #C268CB
Complementary color
Monochromatic Colors of #C268CB
Black with #C268CB
Text Example
Text Example
White with #C268CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268CB; }
p { color: rgb(194,104,203); }
H1.HeaderClassName
{
color: #C268CB;
}
.AnyTagClassName
{
color: #C268CB;
}
</style>
background-color css
<style>
a { background-color: #C268CB; }
a { background-color: rgb(194,104,203); }
div.DivClassName
{
background-color: #C268CB;
}
.BgClassName
{
background-color: #C268CB;
}
</style>
border-color css
<style>
span { border-color: #C268CB; }
span { border-color: rgb(194,104,203); }
td.TdClassName
{
border-color: #C268CB;
}
.TagClassName
{
border-color: #C268CB;
}
</style>