Shades of Fuchsia #C645C9
Tints of Fuchsia #C645C9
RGB
CMYK
RGB Variations
Color information
#C645C9 (or 0xC645C9) is known color: Fuchsia. HEX triplet: C6, 45 and C9. RGB value is (198,69,201). Sum of RGB (Red+Green+Blue) = 198+69+201=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #C645C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645C9 is #39BA36. Grayscale: #7A7A7A. Windows color (decimal): -3783223 or 13190598. OLE color: 13190598.
HSL color Cylindrical-coordinate representation of color #C645C9: hue angle of 298.64º 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 #C645C9 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 69 | 201 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.21 |
| HSL | 298.64º | 0.55% | 0.53% | - |
| HSV(B) | 298.64º | 0.66% | 0.79% | - |
| XYZ | 35.96 | 20.48 | 57.32 | - |
| YUV | 122.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 201 | 0.01 | 0.66 | 0 | 0.21 | 298.64 | 0.55 | 0.53 |
| Hex | C6 | 45 | C9 | 1 | 42 | 0 | 15 | 12B | 37 | 35 |
| Octal | 306 | 105 | 311 | 1 | 102 | 0 | 25 | 453 | 67 | 65 |
| Binary | 11000110 | 1000101 | 11001001 | 1 | 1000010 | 0 | 10101 | 100101011 | 110111 | 110101 |
Color Harmonies of #C645C9
Complementary color
Monochromatic Colors of #C645C9
Black with #C645C9
Text Example
Text Example
White with #C645C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645C9; }
p { color: rgb(198,69,201); }
H1.HeaderClassName
{
color: #C645C9;
}
.AnyTagClassName
{
color: #C645C9;
}
</style>
background-color css
<style>
a { background-color: #C645C9; }
a { background-color: rgb(198,69,201); }
div.DivClassName
{
background-color: #C645C9;
}
.BgClassName
{
background-color: #C645C9;
}
</style>
border-color css
<style>
span { border-color: #C645C9; }
span { border-color: rgb(198,69,201); }
td.TdClassName
{
border-color: #C645C9;
}
.TagClassName
{
border-color: #C645C9;
}
</style>