Shades of Fuchsia #C945C4
Tints of Fuchsia #C945C4
RGB
CMYK
RGB Variations
Color information
#C945C4 (or 0xC945C4) is known color: Fuchsia. HEX triplet: C9, 45 and C4. RGB value is (201,69,196). Sum of RGB (Red+Green+Blue) = 201+69+196=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C945C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945C4 is #36BA3B. Grayscale: #7A7A7A. Windows color (decimal): -3586620 or 12862921. OLE color: 12862921.
HSL color Cylindrical-coordinate representation of color #C945C4: hue angle of 302.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945C4 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 196 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.21 |
| HSL | 302.27º | 0.55% | 0.53% | - |
| HSV(B) | 302.27º | 0.66% | 0.79% | - |
| XYZ | 36.18 | 20.66 | 54.31 | - |
| YUV | 122.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 196 | 0 | 0.66 | 0.02 | 0.21 | 302.27 | 0.55 | 0.53 |
| Hex | C9 | 45 | C4 | 0 | 42 | 2 | 15 | 12E | 37 | 35 |
| Octal | 311 | 105 | 304 | 0 | 102 | 2 | 25 | 456 | 67 | 65 |
| Binary | 11001001 | 1000101 | 11000100 | 0 | 1000010 | 10 | 10101 | 100101110 | 110111 | 110101 |
Color Harmonies of #C945C4
Complementary color
Monochromatic Colors of #C945C4
Black with #C945C4
Text Example
Text Example
White with #C945C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945C4; }
p { color: rgb(201,69,196); }
H1.HeaderClassName
{
color: #C945C4;
}
.AnyTagClassName
{
color: #C945C4;
}
</style>
background-color css
<style>
a { background-color: #C945C4; }
a { background-color: rgb(201,69,196); }
div.DivClassName
{
background-color: #C945C4;
}
.BgClassName
{
background-color: #C945C4;
}
</style>
border-color css
<style>
span { border-color: #C945C4; }
span { border-color: rgb(201,69,196); }
td.TdClassName
{
border-color: #C945C4;
}
.TagClassName
{
border-color: #C945C4;
}
</style>