Shades of Fuchsia #C265B6
Tints of Fuchsia #C265B6
RGB
CMYK
RGB Variations
Color information
#C265B6 (or 0xC265B6) is known color: Fuchsia. HEX triplet: C2, 65 and B6. RGB value is (194,101,182). Sum of RGB (Red+Green+Blue) = 194+101+182=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C265B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265B6 is #3D9A49. Grayscale: #898989. Windows color (decimal): -4037194 or 11953602. OLE color: 11953602.
HSL color Cylindrical-coordinate representation of color #C265B6: hue angle of 307.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265B6 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 182 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.24 |
| HSL | 307.74º | 0.43% | 0.58% | - |
| HSV(B) | 307.74º | 0.48% | 0.76% | - |
| XYZ | 35.35 | 24.15 | 47.06 | - |
| YUV | 138.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 182 | 0 | 0.48 | 0.06 | 0.24 | 307.74 | 0.43 | 0.58 |
| Hex | C2 | 65 | B6 | 0 | 30 | 6 | 18 | 134 | 2B | 3A |
| Octal | 302 | 145 | 266 | 0 | 60 | 6 | 30 | 464 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10110110 | 0 | 110000 | 110 | 11000 | 100110100 | 101011 | 111010 |
Color Harmonies of #C265B6
Complementary color
Monochromatic Colors of #C265B6
Black with #C265B6
Text Example
Text Example
White with #C265B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265B6; }
p { color: rgb(194,101,182); }
H1.HeaderClassName
{
color: #C265B6;
}
.AnyTagClassName
{
color: #C265B6;
}
</style>
background-color css
<style>
a { background-color: #C265B6; }
a { background-color: rgb(194,101,182); }
div.DivClassName
{
background-color: #C265B6;
}
.BgClassName
{
background-color: #C265B6;
}
</style>
border-color css
<style>
span { border-color: #C265B6; }
span { border-color: rgb(194,101,182); }
td.TdClassName
{
border-color: #C265B6;
}
.TagClassName
{
border-color: #C265B6;
}
</style>