Shades of Fuchsia #C964C3
Tints of Fuchsia #C964C3
RGB
CMYK
RGB Variations
Color information
#C964C3 (or 0xC964C3) is known color: Fuchsia. HEX triplet: C9, 64 and C3. RGB value is (201,100,195). Sum of RGB (Red+Green+Blue) = 201+100+195=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C964C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964C3 is #369B3C. Grayscale: #8C8C8C. Windows color (decimal): -3578685 or 12805321. OLE color: 12805321.
HSL color Cylindrical-coordinate representation of color #C964C3: hue angle of 303.56º 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 #C964C3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 195 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.21 |
| HSL | 303.56º | 0.48% | 0.59% | - |
| HSV(B) | 303.56º | 0.5% | 0.79% | - |
| XYZ | 38.49 | 25.47 | 54.52 | - |
| YUV | 141.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 195 | 0 | 0.50 | 0.03 | 0.21 | 303.56 | 0.48 | 0.59 |
| Hex | C9 | 64 | C3 | 0 | 32 | 3 | 15 | 130 | 30 | 3B |
| Octal | 311 | 144 | 303 | 0 | 62 | 3 | 25 | 460 | 60 | 73 |
| Binary | 11001001 | 1100100 | 11000011 | 0 | 110010 | 11 | 10101 | 100110000 | 110000 | 111011 |
Color Harmonies of #C964C3
Complementary color
Monochromatic Colors of #C964C3
Black with #C964C3
Text Example
Text Example
White with #C964C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964C3; }
p { color: rgb(201,100,195); }
H1.HeaderClassName
{
color: #C964C3;
}
.AnyTagClassName
{
color: #C964C3;
}
</style>
background-color css
<style>
a { background-color: #C964C3; }
a { background-color: rgb(201,100,195); }
div.DivClassName
{
background-color: #C964C3;
}
.BgClassName
{
background-color: #C964C3;
}
</style>
border-color css
<style>
span { border-color: #C964C3; }
span { border-color: rgb(201,100,195); }
td.TdClassName
{
border-color: #C964C3;
}
.TagClassName
{
border-color: #C964C3;
}
</style>