Shades of Fuchsia #C05DC3
Tints of Fuchsia #C05DC3
RGB
CMYK
RGB Variations
Color information
#C05DC3 (or 0xC05DC3) is known color: Fuchsia. HEX triplet: C0, 5D and C3. RGB value is (192,93,195). Sum of RGB (Red+Green+Blue) = 192+93+195=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #C05DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DC3 is #3FA23C. Grayscale: #858585. Windows color (decimal): -4170301 or 12803520. OLE color: 12803520.
HSL color Cylindrical-coordinate representation of color #C05DC3: hue angle of 298.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05DC3 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 93 | 195 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.24 |
| HSL | 298.24º | 0.46% | 0.56% | - |
| HSV(B) | 298.24º | 0.52% | 0.76% | - |
| XYZ | 35.5 | 22.98 | 54.19 | - |
| YUV | 134.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 195 | 0.02 | 0.52 | 0 | 0.24 | 298.24 | 0.46 | 0.56 |
| Hex | C0 | 5D | C3 | 2 | 34 | 0 | 18 | 12A | 2E | 38 |
| Octal | 300 | 135 | 303 | 2 | 64 | 0 | 30 | 452 | 56 | 70 |
| Binary | 11000000 | 1011101 | 11000011 | 10 | 110100 | 0 | 11000 | 100101010 | 101110 | 111000 |
Color Harmonies of #C05DC3
Complementary color
Monochromatic Colors of #C05DC3
Black with #C05DC3
Text Example
Text Example
White with #C05DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DC3; }
p { color: rgb(192,93,195); }
H1.HeaderClassName
{
color: #C05DC3;
}
.AnyTagClassName
{
color: #C05DC3;
}
</style>
background-color css
<style>
a { background-color: #C05DC3; }
a { background-color: rgb(192,93,195); }
div.DivClassName
{
background-color: #C05DC3;
}
.BgClassName
{
background-color: #C05DC3;
}
</style>
border-color css
<style>
span { border-color: #C05DC3; }
span { border-color: rgb(192,93,195); }
td.TdClassName
{
border-color: #C05DC3;
}
.TagClassName
{
border-color: #C05DC3;
}
</style>