Shades of Fuchsia #C334BD
Tints of Fuchsia #C334BD
RGB
CMYK
RGB Variations
Color information
#C334BD (or 0xC334BD) is known color: Fuchsia. HEX triplet: C3, 34 and BD. RGB value is (195,52,189). Sum of RGB (Red+Green+Blue) = 195+52+189=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BD is #3CCB42. Grayscale: #6D6D6D. Windows color (decimal): -3984195 or 12399811. OLE color: 12399811.
HSL color Cylindrical-coordinate representation of color #C334BD: hue angle of 302.52º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334BD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 189 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.24 |
| HSL | 302.52º | 0.58% | 0.48% | - |
| HSV(B) | 302.52º | 0.73% | 0.76% | - |
| XYZ | 32.92 | 17.73 | 49.83 | - |
| YUV | 110.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 189 | 0 | 0.73 | 0.03 | 0.24 | 302.52 | 0.58 | 0.48 |
| Hex | C3 | 34 | BD | 0 | 49 | 3 | 18 | 12F | 3A | 30 |
| Octal | 303 | 64 | 275 | 0 | 111 | 3 | 30 | 457 | 72 | 60 |
| Binary | 11000011 | 110100 | 10111101 | 0 | 1001001 | 11 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C334BD
Complementary color
Monochromatic Colors of #C334BD
Black with #C334BD
Text Example
Text Example
White with #C334BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334BD; }
p { color: rgb(195,52,189); }
H1.HeaderClassName
{
color: #C334BD;
}
.AnyTagClassName
{
color: #C334BD;
}
</style>
background-color css
<style>
a { background-color: #C334BD; }
a { background-color: rgb(195,52,189); }
div.DivClassName
{
background-color: #C334BD;
}
.BgClassName
{
background-color: #C334BD;
}
</style>
border-color css
<style>
span { border-color: #C334BD; }
span { border-color: rgb(195,52,189); }
td.TdClassName
{
border-color: #C334BD;
}
.TagClassName
{
border-color: #C334BD;
}
</style>