Shades of Fuchsia #C945CA
Tints of Fuchsia #C945CA
RGB
CMYK
RGB Variations
Color information
#C945CA (or 0xC945CA) is known color: Fuchsia. HEX triplet: C9, 45 and CA. RGB value is (201,69,202). Sum of RGB (Red+Green+Blue) = 201+69+202=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C945CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945CA is #36BA35. Grayscale: #7B7B7B. Windows color (decimal): -3586614 or 13256137. OLE color: 13256137.
HSL color Cylindrical-coordinate representation of color #C945CA: hue angle of 299.55º degrees, saturation: 0.56, 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 #C945CA is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 202 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.21 |
| HSL | 299.55º | 0.56% | 0.53% | - |
| HSV(B) | 299.55º | 0.66% | 0.79% | - |
| XYZ | 36.88 | 20.94 | 57.97 | - |
| YUV | 123.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 202 | 0.00 | 0.66 | 0 | 0.21 | 299.55 | 0.56 | 0.53 |
| Hex | C9 | 45 | CA | 0 | 42 | 0 | 15 | 12C | 38 | 35 |
| Octal | 311 | 105 | 312 | 0 | 102 | 0 | 25 | 454 | 70 | 65 |
| Binary | 11001001 | 1000101 | 11001010 | 0 | 1000010 | 0 | 10101 | 100101100 | 111000 | 110101 |
Color Harmonies of #C945CA
Complementary color
Monochromatic Colors of #C945CA
Black with #C945CA
Text Example
Text Example
White with #C945CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945CA; }
p { color: rgb(201,69,202); }
H1.HeaderClassName
{
color: #C945CA;
}
.AnyTagClassName
{
color: #C945CA;
}
</style>
background-color css
<style>
a { background-color: #C945CA; }
a { background-color: rgb(201,69,202); }
div.DivClassName
{
background-color: #C945CA;
}
.BgClassName
{
background-color: #C945CA;
}
</style>
border-color css
<style>
span { border-color: #C945CA; }
span { border-color: rgb(201,69,202); }
td.TdClassName
{
border-color: #C945CA;
}
.TagClassName
{
border-color: #C945CA;
}
</style>