Shades of Fuchsia #C445CA
Tints of Fuchsia #C445CA
RGB
CMYK
RGB Variations
Color information
#C445CA (or 0xC445CA) is known color: Fuchsia. HEX triplet: C4, 45 and CA. RGB value is (196,69,202). Sum of RGB (Red+Green+Blue) = 196+69+202=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C445CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445CA is #3BBA35. Grayscale: #797979. Windows color (decimal): -3914294 or 13256132. OLE color: 13256132.
HSL color Cylindrical-coordinate representation of color #C445CA: hue angle of 297.29º 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 #C445CA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 69 | 202 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.21 |
| HSL | 297.29º | 0.56% | 0.53% | - |
| HSV(B) | 297.29º | 0.66% | 0.79% | - |
| XYZ | 35.55 | 20.26 | 57.91 | - |
| YUV | 122.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 202 | 0.03 | 0.66 | 0 | 0.21 | 297.29 | 0.56 | 0.53 |
| Hex | C4 | 45 | CA | 3 | 42 | 0 | 15 | 129 | 38 | 35 |
| Octal | 304 | 105 | 312 | 3 | 102 | 0 | 25 | 451 | 70 | 65 |
| Binary | 11000100 | 1000101 | 11001010 | 11 | 1000010 | 0 | 10101 | 100101001 | 111000 | 110101 |
Color Harmonies of #C445CA
Complementary color
Monochromatic Colors of #C445CA
Black with #C445CA
Text Example
Text Example
White with #C445CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445CA; }
p { color: rgb(196,69,202); }
H1.HeaderClassName
{
color: #C445CA;
}
.AnyTagClassName
{
color: #C445CA;
}
</style>
background-color css
<style>
a { background-color: #C445CA; }
a { background-color: rgb(196,69,202); }
div.DivClassName
{
background-color: #C445CA;
}
.BgClassName
{
background-color: #C445CA;
}
</style>
border-color css
<style>
span { border-color: #C445CA; }
span { border-color: rgb(196,69,202); }
td.TdClassName
{
border-color: #C445CA;
}
.TagClassName
{
border-color: #C445CA;
}
</style>