Shades of Fuchsia #C265CB
Tints of Fuchsia #C265CB
RGB
CMYK
RGB Variations
Color information
#C265CB (or 0xC265CB) is known color: Fuchsia. HEX triplet: C2, 65 and CB. RGB value is (194,101,203). Sum of RGB (Red+Green+Blue) = 194+101+203=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C265CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265CB is #3D9A34. Grayscale: #8C8C8C. Windows color (decimal): -4037173 or 13329858. OLE color: 13329858.
HSL color Cylindrical-coordinate representation of color #C265CB: hue angle of 294.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C265CB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 101 | 203 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 294.71º | 0.5% | 0.6% | - |
| HSV(B) | 294.71º | 0.5% | 0.8% | - |
| XYZ | 37.68 | 25.09 | 59.36 | - |
| YUV | 140.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 203 | 0.04 | 0.50 | 0 | 0.20 | 294.71 | 0.5 | 0.6 |
| Hex | C2 | 65 | CB | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 302 | 145 | 313 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000010 | 1100101 | 11001011 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C265CB
Complementary color
Monochromatic Colors of #C265CB
Black with #C265CB
Text Example
Text Example
White with #C265CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265CB; }
p { color: rgb(194,101,203); }
H1.HeaderClassName
{
color: #C265CB;
}
.AnyTagClassName
{
color: #C265CB;
}
</style>
background-color css
<style>
a { background-color: #C265CB; }
a { background-color: rgb(194,101,203); }
div.DivClassName
{
background-color: #C265CB;
}
.BgClassName
{
background-color: #C265CB;
}
</style>
border-color css
<style>
span { border-color: #C265CB; }
span { border-color: rgb(194,101,203); }
td.TdClassName
{
border-color: #C265CB;
}
.TagClassName
{
border-color: #C265CB;
}
</style>