Shades of Fuchsia #C965C4
Tints of Fuchsia #C965C4
RGB
CMYK
RGB Variations
Color information
#C965C4 (or 0xC965C4) is known color: Fuchsia. HEX triplet: C9, 65 and C4. RGB value is (201,101,196). Sum of RGB (Red+Green+Blue) = 201+101+196=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C965C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965C4 is #369A3B. Grayscale: #8D8D8D. Windows color (decimal): -3578428 or 12871113. OLE color: 12871113.
HSL color Cylindrical-coordinate representation of color #C965C4: hue angle of 303º 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 #C965C4 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 196 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.21 |
| HSL | 303º | 0.48% | 0.59% | - |
| HSV(B) | 303º | 0.5% | 0.79% | - |
| XYZ | 38.7 | 25.71 | 55.15 | - |
| YUV | 141.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 196 | 0 | 0.50 | 0.02 | 0.21 | 303 | 0.48 | 0.59 |
| Hex | C9 | 65 | C4 | 0 | 32 | 2 | 15 | 12F | 30 | 3B |
| Octal | 311 | 145 | 304 | 0 | 62 | 2 | 25 | 457 | 60 | 73 |
| Binary | 11001001 | 1100101 | 11000100 | 0 | 110010 | 10 | 10101 | 100101111 | 110000 | 111011 |
Color Harmonies of #C965C4
Complementary color
Monochromatic Colors of #C965C4
Black with #C965C4
Text Example
Text Example
White with #C965C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965C4; }
p { color: rgb(201,101,196); }
H1.HeaderClassName
{
color: #C965C4;
}
.AnyTagClassName
{
color: #C965C4;
}
</style>
background-color css
<style>
a { background-color: #C965C4; }
a { background-color: rgb(201,101,196); }
div.DivClassName
{
background-color: #C965C4;
}
.BgClassName
{
background-color: #C965C4;
}
</style>
border-color css
<style>
span { border-color: #C965C4; }
span { border-color: rgb(201,101,196); }
td.TdClassName
{
border-color: #C965C4;
}
.TagClassName
{
border-color: #C965C4;
}
</style>