Shades of Fuchsia #C948CA
Tints of Fuchsia #C948CA
RGB
CMYK
RGB Variations
Color information
#C948CA (or 0xC948CA) is known color: Fuchsia. HEX triplet: C9, 48 and CA. RGB value is (201,72,202). Sum of RGB (Red+Green+Blue) = 201+72+202=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C948CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CA is #36B735. Grayscale: #7D7D7D. Windows color (decimal): -3585846 or 13256905. OLE color: 13256905.
HSL color Cylindrical-coordinate representation of color #C948CA: hue angle of 299.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948CA is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 202 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.21 |
| HSL | 299.54º | 0.55% | 0.54% | - |
| HSV(B) | 299.54º | 0.64% | 0.79% | - |
| XYZ | 37.07 | 21.32 | 58.04 | - |
| YUV | 125.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 202 | 0.00 | 0.64 | 0 | 0.21 | 299.54 | 0.55 | 0.54 |
| Hex | C9 | 48 | CA | 0 | 40 | 0 | 15 | 12C | 37 | 36 |
| Octal | 311 | 110 | 312 | 0 | 100 | 0 | 25 | 454 | 67 | 66 |
| Binary | 11001001 | 1001000 | 11001010 | 0 | 1000000 | 0 | 10101 | 100101100 | 110111 | 110110 |
Color Harmonies of #C948CA
Complementary color
Monochromatic Colors of #C948CA
Black with #C948CA
Text Example
Text Example
White with #C948CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948CA; }
p { color: rgb(201,72,202); }
H1.HeaderClassName
{
color: #C948CA;
}
.AnyTagClassName
{
color: #C948CA;
}
</style>
background-color css
<style>
a { background-color: #C948CA; }
a { background-color: rgb(201,72,202); }
div.DivClassName
{
background-color: #C948CA;
}
.BgClassName
{
background-color: #C948CA;
}
</style>
border-color css
<style>
span { border-color: #C948CA; }
span { border-color: rgb(201,72,202); }
td.TdClassName
{
border-color: #C948CA;
}
.TagClassName
{
border-color: #C948CA;
}
</style>