Shades of Fuchsia #C465CC
Tints of Fuchsia #C465CC
RGB
CMYK
RGB Variations
Color information
#C465CC (or 0xC465CC) is known color: Fuchsia. HEX triplet: C4, 65 and CC. RGB value is (196,101,204). Sum of RGB (Red+Green+Blue) = 196+101+204=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #C465CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465CC is #3B9A33. Grayscale: #8C8C8C. Windows color (decimal): -3906100 or 13395396. OLE color: 13395396.
HSL color Cylindrical-coordinate representation of color #C465CC: hue angle of 295.34º 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 #C465CC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 101 | 204 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.2 |
| HSL | 295.34º | 0.5% | 0.6% | - |
| HSV(B) | 295.34º | 0.5% | 0.8% | - |
| XYZ | 38.32 | 25.4 | 60.01 | - |
| YUV | 141.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 204 | 0.04 | 0.50 | 0 | 0.2 | 295.34 | 0.5 | 0.6 |
| Hex | C4 | 65 | CC | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 304 | 145 | 314 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000100 | 1100101 | 11001100 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C465CC
Complementary color
Monochromatic Colors of #C465CC
Black with #C465CC
Text Example
Text Example
White with #C465CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465CC; }
p { color: rgb(196,101,204); }
H1.HeaderClassName
{
color: #C465CC;
}
.AnyTagClassName
{
color: #C465CC;
}
</style>
background-color css
<style>
a { background-color: #C465CC; }
a { background-color: rgb(196,101,204); }
div.DivClassName
{
background-color: #C465CC;
}
.BgClassName
{
background-color: #C465CC;
}
</style>
border-color css
<style>
span { border-color: #C465CC; }
span { border-color: rgb(196,101,204); }
td.TdClassName
{
border-color: #C465CC;
}
.TagClassName
{
border-color: #C465CC;
}
</style>