Shades of Fuchsia #C965C3
Tints of Fuchsia #C965C3
RGB
CMYK
RGB Variations
Color information
#C965C3 (or 0xC965C3) is known color: Fuchsia. HEX triplet: C9, 65 and C3. RGB value is (201,101,195). Sum of RGB (Red+Green+Blue) = 201+101+195=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C965C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965C3 is #369A3C. Grayscale: #8D8D8D. Windows color (decimal): -3578429 or 12805577. OLE color: 12805577.
HSL color Cylindrical-coordinate representation of color #C965C3: hue angle of 303.6º 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 #C965C3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 195 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.21 |
| HSL | 303.6º | 0.48% | 0.59% | - |
| HSV(B) | 303.6º | 0.5% | 0.79% | - |
| XYZ | 38.59 | 25.67 | 54.55 | - |
| YUV | 141.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 195 | 0 | 0.50 | 0.03 | 0.21 | 303.6 | 0.48 | 0.59 |
| Hex | C9 | 65 | C3 | 0 | 32 | 3 | 15 | 130 | 30 | 3B |
| Octal | 311 | 145 | 303 | 0 | 62 | 3 | 25 | 460 | 60 | 73 |
| Binary | 11001001 | 1100101 | 11000011 | 0 | 110010 | 11 | 10101 | 100110000 | 110000 | 111011 |
Color Harmonies of #C965C3
Complementary color
Monochromatic Colors of #C965C3
Black with #C965C3
Text Example
Text Example
White with #C965C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965C3; }
p { color: rgb(201,101,195); }
H1.HeaderClassName
{
color: #C965C3;
}
.AnyTagClassName
{
color: #C965C3;
}
</style>
background-color css
<style>
a { background-color: #C965C3; }
a { background-color: rgb(201,101,195); }
div.DivClassName
{
background-color: #C965C3;
}
.BgClassName
{
background-color: #C965C3;
}
</style>
border-color css
<style>
span { border-color: #C965C3; }
span { border-color: rgb(201,101,195); }
td.TdClassName
{
border-color: #C965C3;
}
.TagClassName
{
border-color: #C965C3;
}
</style>