Shades of Fuchsia #C264CA
Tints of Fuchsia #C264CA
RGB
CMYK
RGB Variations
Color information
#C264CA (or 0xC264CA) is known color: Fuchsia. HEX triplet: C2, 64 and CA. RGB value is (194,100,202). Sum of RGB (Red+Green+Blue) = 194+100+202=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C264CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264CA is #3D9B35. Grayscale: #8B8B8B. Windows color (decimal): -4037430 or 13264066. OLE color: 13264066.
HSL color Cylindrical-coordinate representation of color #C264CA: hue angle of 295.29º 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 #C264CA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 100 | 202 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.21 |
| HSL | 295.29º | 0.49% | 0.59% | - |
| HSV(B) | 295.29º | 0.5% | 0.79% | - |
| XYZ | 37.47 | 24.85 | 58.7 | - |
| YUV | 139.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 202 | 0.04 | 0.50 | 0 | 0.21 | 295.29 | 0.49 | 0.59 |
| Hex | C2 | 64 | CA | 4 | 32 | 0 | 15 | 127 | 31 | 3B |
| Octal | 302 | 144 | 312 | 4 | 62 | 0 | 25 | 447 | 61 | 73 |
| Binary | 11000010 | 1100100 | 11001010 | 100 | 110010 | 0 | 10101 | 100100111 | 110001 | 111011 |
Color Harmonies of #C264CA
Complementary color
Monochromatic Colors of #C264CA
Black with #C264CA
Text Example
Text Example
White with #C264CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264CA; }
p { color: rgb(194,100,202); }
H1.HeaderClassName
{
color: #C264CA;
}
.AnyTagClassName
{
color: #C264CA;
}
</style>
background-color css
<style>
a { background-color: #C264CA; }
a { background-color: rgb(194,100,202); }
div.DivClassName
{
background-color: #C264CA;
}
.BgClassName
{
background-color: #C264CA;
}
</style>
border-color css
<style>
span { border-color: #C264CA; }
span { border-color: rgb(194,100,202); }
td.TdClassName
{
border-color: #C264CA;
}
.TagClassName
{
border-color: #C264CA;
}
</style>