Shades of Fuchsia #C964C2
Tints of Fuchsia #C964C2
RGB
CMYK
RGB Variations
Color information
#C964C2 (or 0xC964C2) is known color: Fuchsia. HEX triplet: C9, 64 and C2. RGB value is (201,100,194). Sum of RGB (Red+Green+Blue) = 201+100+194=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C964C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964C2 is #369B3D. Grayscale: #8C8C8C. Windows color (decimal): -3578686 or 12739785. OLE color: 12739785.
HSL color Cylindrical-coordinate representation of color #C964C2: hue angle of 304.16º 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 #C964C2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 194 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.21 |
| HSL | 304.16º | 0.48% | 0.59% | - |
| HSV(B) | 304.16º | 0.5% | 0.79% | - |
| XYZ | 38.38 | 25.43 | 53.92 | - |
| YUV | 140.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 194 | 0 | 0.50 | 0.03 | 0.21 | 304.16 | 0.48 | 0.59 |
| Hex | C9 | 64 | C2 | 0 | 32 | 3 | 15 | 130 | 30 | 3B |
| Octal | 311 | 144 | 302 | 0 | 62 | 3 | 25 | 460 | 60 | 73 |
| Binary | 11001001 | 1100100 | 11000010 | 0 | 110010 | 11 | 10101 | 100110000 | 110000 | 111011 |
Color Harmonies of #C964C2
Complementary color
Monochromatic Colors of #C964C2
Black with #C964C2
Text Example
Text Example
White with #C964C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964C2; }
p { color: rgb(201,100,194); }
H1.HeaderClassName
{
color: #C964C2;
}
.AnyTagClassName
{
color: #C964C2;
}
</style>
background-color css
<style>
a { background-color: #C964C2; }
a { background-color: rgb(201,100,194); }
div.DivClassName
{
background-color: #C964C2;
}
.BgClassName
{
background-color: #C964C2;
}
</style>
border-color css
<style>
span { border-color: #C964C2; }
span { border-color: rgb(201,100,194); }
td.TdClassName
{
border-color: #C964C2;
}
.TagClassName
{
border-color: #C964C2;
}
</style>