Shades of Fuchsia #C265CA
Tints of Fuchsia #C265CA
RGB
CMYK
RGB Variations
Color information
#C265CA (or 0xC265CA) is known color: Fuchsia. HEX triplet: C2, 65 and CA. RGB value is (194,101,202). Sum of RGB (Red+Green+Blue) = 194+101+202=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C265CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265CA is #3D9A35. Grayscale: #8C8C8C. Windows color (decimal): -4037174 or 13264322. OLE color: 13264322.
HSL color Cylindrical-coordinate representation of color #C265CA: hue angle of 295.25º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C265CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 101 | 202 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.21 |
| HSL | 295.25º | 0.49% | 0.59% | - |
| HSV(B) | 295.25º | 0.5% | 0.79% | - |
| XYZ | 37.56 | 25.04 | 58.73 | - |
| YUV | 140.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 202 | 0.04 | 0.50 | 0 | 0.21 | 295.25 | 0.49 | 0.59 |
| Hex | C2 | 65 | CA | 4 | 32 | 0 | 15 | 127 | 31 | 3B |
| Octal | 302 | 145 | 312 | 4 | 62 | 0 | 25 | 447 | 61 | 73 |
| Binary | 11000010 | 1100101 | 11001010 | 100 | 110010 | 0 | 10101 | 100100111 | 110001 | 111011 |
Color Harmonies of #C265CA
Complementary color
Monochromatic Colors of #C265CA
Black with #C265CA
Text Example
Text Example
White with #C265CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265CA; }
p { color: rgb(194,101,202); }
H1.HeaderClassName
{
color: #C265CA;
}
.AnyTagClassName
{
color: #C265CA;
}
</style>
background-color css
<style>
a { background-color: #C265CA; }
a { background-color: rgb(194,101,202); }
div.DivClassName
{
background-color: #C265CA;
}
.BgClassName
{
background-color: #C265CA;
}
</style>
border-color css
<style>
span { border-color: #C265CA; }
span { border-color: rgb(194,101,202); }
td.TdClassName
{
border-color: #C265CA;
}
.TagClassName
{
border-color: #C265CA;
}
</style>