Shades of Fuchsia #C964B3
Tints of Fuchsia #C964B3
RGB
CMYK
RGB Variations
Color information
#C964B3 (or 0xC964B3) is known color: Fuchsia. HEX triplet: C9, 64 and B3. RGB value is (201,100,179). Sum of RGB (Red+Green+Blue) = 201+100+179=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C964B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964B3 is #369B4C. Grayscale: #8A8A8A. Windows color (decimal): -3578701 or 11756745. OLE color: 11756745.
HSL color Cylindrical-coordinate representation of color #C964B3: hue angle of 313.07º 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 #C964B3 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 179 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.21 |
| HSL | 313.07º | 0.48% | 0.59% | - |
| HSV(B) | 313.07º | 0.5% | 0.79% | - |
| XYZ | 36.78 | 24.79 | 45.49 | - |
| YUV | 139.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 179 | 0 | 0.50 | 0.11 | 0.21 | 313.07 | 0.48 | 0.59 |
| Hex | C9 | 64 | B3 | 0 | 32 | B | 15 | 139 | 30 | 3B |
| Octal | 311 | 144 | 263 | 0 | 62 | 13 | 25 | 471 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10110011 | 0 | 110010 | 1011 | 10101 | 100111001 | 110000 | 111011 |
Color Harmonies of #C964B3
Complementary color
Monochromatic Colors of #C964B3
Black with #C964B3
Text Example
Text Example
White with #C964B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964B3; }
p { color: rgb(201,100,179); }
H1.HeaderClassName
{
color: #C964B3;
}
.AnyTagClassName
{
color: #C964B3;
}
</style>
background-color css
<style>
a { background-color: #C964B3; }
a { background-color: rgb(201,100,179); }
div.DivClassName
{
background-color: #C964B3;
}
.BgClassName
{
background-color: #C964B3;
}
</style>
border-color css
<style>
span { border-color: #C964B3; }
span { border-color: rgb(201,100,179); }
td.TdClassName
{
border-color: #C964B3;
}
.TagClassName
{
border-color: #C964B3;
}
</style>