Shades of Fuchsia #C260CB
Tints of Fuchsia #C260CB
RGB
CMYK
RGB Variations
Color information
#C260CB (or 0xC260CB) is known color: Fuchsia. HEX triplet: C2, 60 and CB. RGB value is (194,96,203). Sum of RGB (Red+Green+Blue) = 194+96+203=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #C260CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260CB is #3D9F34. Grayscale: #898989. Windows color (decimal): -4038453 or 13328578. OLE color: 13328578.
HSL color Cylindrical-coordinate representation of color #C260CB: hue angle of 294.95º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C260CB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 96 | 203 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.20 |
| HSL | 294.95º | 0.51% | 0.59% | - |
| HSV(B) | 294.95º | 0.53% | 0.8% | - |
| XYZ | 37.21 | 24.15 | 59.2 | - |
| YUV | 137.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 203 | 0.04 | 0.53 | 0 | 0.20 | 294.95 | 0.51 | 0.59 |
| Hex | C2 | 60 | CB | 4 | 35 | 0 | 14 | 127 | 33 | 3B |
| Octal | 302 | 140 | 313 | 4 | 65 | 0 | 24 | 447 | 63 | 73 |
| Binary | 11000010 | 1100000 | 11001011 | 100 | 110101 | 0 | 10100 | 100100111 | 110011 | 111011 |
Color Harmonies of #C260CB
Complementary color
Monochromatic Colors of #C260CB
Black with #C260CB
Text Example
Text Example
White with #C260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260CB; }
p { color: rgb(194,96,203); }
H1.HeaderClassName
{
color: #C260CB;
}
.AnyTagClassName
{
color: #C260CB;
}
</style>
background-color css
<style>
a { background-color: #C260CB; }
a { background-color: rgb(194,96,203); }
div.DivClassName
{
background-color: #C260CB;
}
.BgClassName
{
background-color: #C260CB;
}
</style>
border-color css
<style>
span { border-color: #C260CB; }
span { border-color: rgb(194,96,203); }
td.TdClassName
{
border-color: #C260CB;
}
.TagClassName
{
border-color: #C260CB;
}
</style>