Shades of Fuchsia #C965C7
Tints of Fuchsia #C965C7
RGB
CMYK
RGB Variations
Color information
#C965C7 (or 0xC965C7) is known color: Fuchsia. HEX triplet: C9, 65 and C7. RGB value is (201,101,199). Sum of RGB (Red+Green+Blue) = 201+101+199=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C965C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965C7 is #369A38. Grayscale: #8D8D8D. Windows color (decimal): -3578425 or 13067721. OLE color: 13067721.
HSL color Cylindrical-coordinate representation of color #C965C7: hue angle of 301.2º degrees, saturation: 0.48, 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 #C965C7 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 199 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.21 |
| HSL | 301.2º | 0.48% | 0.59% | - |
| HSV(B) | 301.2º | 0.5% | 0.79% | - |
| XYZ | 39.05 | 25.85 | 56.96 | - |
| YUV | 142.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 199 | 0 | 0.50 | 0.01 | 0.21 | 301.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | C7 | 0 | 32 | 1 | 15 | 12D | 30 | 3B |
| Octal | 311 | 145 | 307 | 0 | 62 | 1 | 25 | 455 | 60 | 73 |
| Binary | 11001001 | 1100101 | 11000111 | 0 | 110010 | 1 | 10101 | 100101101 | 110000 | 111011 |
Color Harmonies of #C965C7
Complementary color
Monochromatic Colors of #C965C7
Black with #C965C7
Text Example
Text Example
White with #C965C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965C7; }
p { color: rgb(201,101,199); }
H1.HeaderClassName
{
color: #C965C7;
}
.AnyTagClassName
{
color: #C965C7;
}
</style>
background-color css
<style>
a { background-color: #C965C7; }
a { background-color: rgb(201,101,199); }
div.DivClassName
{
background-color: #C965C7;
}
.BgClassName
{
background-color: #C965C7;
}
</style>
border-color css
<style>
span { border-color: #C965C7; }
span { border-color: rgb(201,101,199); }
td.TdClassName
{
border-color: #C965C7;
}
.TagClassName
{
border-color: #C965C7;
}
</style>