Shades of Fuchsia #C340CB
Tints of Fuchsia #C340CB
RGB
CMYK
RGB Variations
Color information
#C340CB (or 0xC340CB) is known color: Fuchsia. HEX triplet: C3, 40 and CB. RGB value is (195,64,203). Sum of RGB (Red+Green+Blue) = 195+64+203=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C340CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340CB is #3CBF34. Grayscale: #767676. Windows color (decimal): -3981109 or 13320387. OLE color: 13320387.
HSL color Cylindrical-coordinate representation of color #C340CB: hue angle of 296.55º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C340CB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 64 | 203 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.20 |
| HSL | 296.55º | 0.57% | 0.52% | - |
| HSV(B) | 296.55º | 0.68% | 0.8% | - |
| XYZ | 35.12 | 19.58 | 58.43 | - |
| YUV | 119.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 203 | 0.04 | 0.68 | 0 | 0.20 | 296.55 | 0.57 | 0.52 |
| Hex | C3 | 40 | CB | 4 | 44 | 0 | 14 | 129 | 39 | 34 |
| Octal | 303 | 100 | 313 | 4 | 104 | 0 | 24 | 451 | 71 | 64 |
| Binary | 11000011 | 1000000 | 11001011 | 100 | 1000100 | 0 | 10100 | 100101001 | 111001 | 110100 |
Color Harmonies of #C340CB
Complementary color
Monochromatic Colors of #C340CB
Black with #C340CB
Text Example
Text Example
White with #C340CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340CB; }
p { color: rgb(195,64,203); }
H1.HeaderClassName
{
color: #C340CB;
}
.AnyTagClassName
{
color: #C340CB;
}
</style>
background-color css
<style>
a { background-color: #C340CB; }
a { background-color: rgb(195,64,203); }
div.DivClassName
{
background-color: #C340CB;
}
.BgClassName
{
background-color: #C340CB;
}
</style>
border-color css
<style>
span { border-color: #C340CB; }
span { border-color: rgb(195,64,203); }
td.TdClassName
{
border-color: #C340CB;
}
.TagClassName
{
border-color: #C340CB;
}
</style>