Shades of Fuchsia #C369C9
Tints of Fuchsia #C369C9
RGB
CMYK
RGB Variations
Color information
#C369C9 (or 0xC369C9) is known color: Fuchsia. HEX triplet: C3, 69 and C9. RGB value is (195,105,201). Sum of RGB (Red+Green+Blue) = 195+105+201=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #C369C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C9 is #3C9636. Grayscale: #8E8E8E. Windows color (decimal): -3970615 or 13199811. OLE color: 13199811.
HSL color Cylindrical-coordinate representation of color #C369C9: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C369C9 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 105 | 201 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.21 |
| HSL | 296.25º | 0.47% | 0.6% | - |
| HSV(B) | 296.25º | 0.48% | 0.79% | - |
| XYZ | 38.1 | 25.92 | 58.25 | - |
| YUV | 142.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 201 | 0.03 | 0.48 | 0 | 0.21 | 296.25 | 0.47 | 0.6 |
| Hex | C3 | 69 | C9 | 3 | 30 | 0 | 15 | 128 | 2F | 3C |
| Octal | 303 | 151 | 311 | 3 | 60 | 0 | 25 | 450 | 57 | 74 |
| Binary | 11000011 | 1101001 | 11001001 | 11 | 110000 | 0 | 10101 | 100101000 | 101111 | 111100 |
Color Harmonies of #C369C9
Complementary color
Monochromatic Colors of #C369C9
Black with #C369C9
Text Example
Text Example
White with #C369C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369C9; }
p { color: rgb(195,105,201); }
H1.HeaderClassName
{
color: #C369C9;
}
.AnyTagClassName
{
color: #C369C9;
}
</style>
background-color css
<style>
a { background-color: #C369C9; }
a { background-color: rgb(195,105,201); }
div.DivClassName
{
background-color: #C369C9;
}
.BgClassName
{
background-color: #C369C9;
}
</style>
border-color css
<style>
span { border-color: #C369C9; }
span { border-color: rgb(195,105,201); }
td.TdClassName
{
border-color: #C369C9;
}
.TagClassName
{
border-color: #C369C9;
}
</style>