Shades of Fuchsia #C369BE
Tints of Fuchsia #C369BE
RGB
CMYK
RGB Variations
Color information
#C369BE (or 0xC369BE) is known color: Fuchsia. HEX triplet: C3, 69 and BE. RGB value is (195,105,190). Sum of RGB (Red+Green+Blue) = 195+105+190=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C369BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369BE is #3C9641. Grayscale: #8D8D8D. Windows color (decimal): -3970626 or 12478915. OLE color: 12478915.
HSL color Cylindrical-coordinate representation of color #C369BE: hue angle of 303.33º 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 #C369BE is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 190 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.24 |
| HSL | 303.33º | 0.43% | 0.59% | - |
| HSV(B) | 303.33º | 0.46% | 0.76% | - |
| XYZ | 36.85 | 25.42 | 51.68 | - |
| YUV | 141.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 190 | 0 | 0.46 | 0.03 | 0.24 | 303.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | BE | 0 | 2E | 3 | 18 | 12F | 2B | 3B |
| Octal | 303 | 151 | 276 | 0 | 56 | 3 | 30 | 457 | 53 | 73 |
| Binary | 11000011 | 1101001 | 10111110 | 0 | 101110 | 11 | 11000 | 100101111 | 101011 | 111011 |
Color Harmonies of #C369BE
Complementary color
Monochromatic Colors of #C369BE
Black with #C369BE
Text Example
Text Example
White with #C369BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369BE; }
p { color: rgb(195,105,190); }
H1.HeaderClassName
{
color: #C369BE;
}
.AnyTagClassName
{
color: #C369BE;
}
</style>
background-color css
<style>
a { background-color: #C369BE; }
a { background-color: rgb(195,105,190); }
div.DivClassName
{
background-color: #C369BE;
}
.BgClassName
{
background-color: #C369BE;
}
</style>
border-color css
<style>
span { border-color: #C369BE; }
span { border-color: rgb(195,105,190); }
td.TdClassName
{
border-color: #C369BE;
}
.TagClassName
{
border-color: #C369BE;
}
</style>