Shades of Fuchsia #C369C2
Tints of Fuchsia #C369C2
RGB
CMYK
RGB Variations
Color information
#C369C2 (or 0xC369C2) is known color: Fuchsia. HEX triplet: C3, 69 and C2. RGB value is (195,105,194). Sum of RGB (Red+Green+Blue) = 195+105+194=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C369C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C2 is #3C963D. Grayscale: #8D8D8D. Windows color (decimal): -3970622 or 12741059. OLE color: 12741059.
HSL color Cylindrical-coordinate representation of color #C369C2: hue angle of 300.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C369C2 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 194 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.24 |
| HSL | 300.67º | 0.43% | 0.59% | - |
| HSV(B) | 300.67º | 0.46% | 0.76% | - |
| XYZ | 37.29 | 25.6 | 54.01 | - |
| YUV | 142.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 194 | 0 | 0.46 | 0.01 | 0.24 | 300.67 | 0.43 | 0.59 |
| Hex | C3 | 69 | C2 | 0 | 2E | 1 | 18 | 12D | 2B | 3B |
| Octal | 303 | 151 | 302 | 0 | 56 | 1 | 30 | 455 | 53 | 73 |
| Binary | 11000011 | 1101001 | 11000010 | 0 | 101110 | 1 | 11000 | 100101101 | 101011 | 111011 |
Color Harmonies of #C369C2
Complementary color
Monochromatic Colors of #C369C2
Black with #C369C2
Text Example
Text Example
White with #C369C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369C2; }
p { color: rgb(195,105,194); }
H1.HeaderClassName
{
color: #C369C2;
}
.AnyTagClassName
{
color: #C369C2;
}
</style>
background-color css
<style>
a { background-color: #C369C2; }
a { background-color: rgb(195,105,194); }
div.DivClassName
{
background-color: #C369C2;
}
.BgClassName
{
background-color: #C369C2;
}
</style>
border-color css
<style>
span { border-color: #C369C2; }
span { border-color: rgb(195,105,194); }
td.TdClassName
{
border-color: #C369C2;
}
.TagClassName
{
border-color: #C369C2;
}
</style>