Shades of Fuchsia #C265AD
Tints of Fuchsia #C265AD
RGB
CMYK
RGB Variations
Color information
#C265AD (or 0xC265AD) is known color: Fuchsia. HEX triplet: C2, 65 and AD. RGB value is (194,101,173). Sum of RGB (Red+Green+Blue) = 194+101+173=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C265AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265AD is #3D9A52. Grayscale: #888888. Windows color (decimal): -4037203 or 11363778. OLE color: 11363778.
HSL color Cylindrical-coordinate representation of color #C265AD: hue angle of 313.55º 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 #C265AD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 173 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.24 |
| HSL | 313.55º | 0.43% | 0.58% | - |
| HSV(B) | 313.55º | 0.48% | 0.76% | - |
| XYZ | 34.44 | 23.79 | 42.31 | - |
| YUV | 137.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 173 | 0 | 0.48 | 0.11 | 0.24 | 313.55 | 0.43 | 0.58 |
| Hex | C2 | 65 | AD | 0 | 30 | B | 18 | 13A | 2B | 3A |
| Octal | 302 | 145 | 255 | 0 | 60 | 13 | 30 | 472 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10101101 | 0 | 110000 | 1011 | 11000 | 100111010 | 101011 | 111010 |
Color Harmonies of #C265AD
Complementary color
Monochromatic Colors of #C265AD
Black with #C265AD
Text Example
Text Example
White with #C265AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265AD; }
p { color: rgb(194,101,173); }
H1.HeaderClassName
{
color: #C265AD;
}
.AnyTagClassName
{
color: #C265AD;
}
</style>
background-color css
<style>
a { background-color: #C265AD; }
a { background-color: rgb(194,101,173); }
div.DivClassName
{
background-color: #C265AD;
}
.BgClassName
{
background-color: #C265AD;
}
</style>
border-color css
<style>
span { border-color: #C265AD; }
span { border-color: rgb(194,101,173); }
td.TdClassName
{
border-color: #C265AD;
}
.TagClassName
{
border-color: #C265AD;
}
</style>