Shades of Fuchsia #C339BD
Tints of Fuchsia #C339BD
RGB
CMYK
RGB Variations
Color information
#C339BD (or 0xC339BD) is known color: Fuchsia. HEX triplet: C3, 39 and BD. RGB value is (195,57,189). Sum of RGB (Red+Green+Blue) = 195+57+189=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C339BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339BD is #3CC642. Grayscale: #707070. Windows color (decimal): -3982915 or 12401091. OLE color: 12401091.
HSL color Cylindrical-coordinate representation of color #C339BD: hue angle of 302.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C339BD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 189 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.24 |
| HSL | 302.61º | 0.55% | 0.49% | - |
| HSV(B) | 302.61º | 0.71% | 0.76% | - |
| XYZ | 33.15 | 18.2 | 49.91 | - |
| YUV | 113.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 189 | 0 | 0.71 | 0.03 | 0.24 | 302.61 | 0.55 | 0.49 |
| Hex | C3 | 39 | BD | 0 | 47 | 3 | 18 | 12F | 37 | 31 |
| Octal | 303 | 71 | 275 | 0 | 107 | 3 | 30 | 457 | 67 | 61 |
| Binary | 11000011 | 111001 | 10111101 | 0 | 1000111 | 11 | 11000 | 100101111 | 110111 | 110001 |
Color Harmonies of #C339BD
Complementary color
Monochromatic Colors of #C339BD
Black with #C339BD
Text Example
Text Example
White with #C339BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339BD; }
p { color: rgb(195,57,189); }
H1.HeaderClassName
{
color: #C339BD;
}
.AnyTagClassName
{
color: #C339BD;
}
</style>
background-color css
<style>
a { background-color: #C339BD; }
a { background-color: rgb(195,57,189); }
div.DivClassName
{
background-color: #C339BD;
}
.BgClassName
{
background-color: #C339BD;
}
</style>
border-color css
<style>
span { border-color: #C339BD; }
span { border-color: rgb(195,57,189); }
td.TdClassName
{
border-color: #C339BD;
}
.TagClassName
{
border-color: #C339BD;
}
</style>