Shades of Fuchsia #C338CF
Tints of Fuchsia #C338CF
RGB
CMYK
RGB Variations
Color information
#C338CF (or 0xC338CF) is known color: Fuchsia. HEX triplet: C3, 38 and CF. RGB value is (195,56,207). Sum of RGB (Red+Green+Blue) = 195+56+207=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C338CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338CF is #3CC730. Grayscale: #727272. Windows color (decimal): -3983153 or 13580483. OLE color: 13580483.
HSL color Cylindrical-coordinate representation of color #C338CF: hue angle of 295.23º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C338CF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 56 | 207 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.19 |
| HSL | 295.23º | 0.61% | 0.52% | - |
| HSV(B) | 295.23º | 0.73% | 0.81% | - |
| XYZ | 35.18 | 18.94 | 60.83 | - |
| YUV | 114.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 207 | 0.06 | 0.73 | 0 | 0.19 | 295.23 | 0.61 | 0.52 |
| Hex | C3 | 38 | CF | 6 | 49 | 0 | 13 | 127 | 3D | 34 |
| Octal | 303 | 70 | 317 | 6 | 111 | 0 | 23 | 447 | 75 | 64 |
| Binary | 11000011 | 111000 | 11001111 | 110 | 1001001 | 0 | 10011 | 100100111 | 111101 | 110100 |
Color Harmonies of #C338CF
Complementary color
Monochromatic Colors of #C338CF
Black with #C338CF
Text Example
Text Example
White with #C338CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338CF; }
p { color: rgb(195,56,207); }
H1.HeaderClassName
{
color: #C338CF;
}
.AnyTagClassName
{
color: #C338CF;
}
</style>
background-color css
<style>
a { background-color: #C338CF; }
a { background-color: rgb(195,56,207); }
div.DivClassName
{
background-color: #C338CF;
}
.BgClassName
{
background-color: #C338CF;
}
</style>
border-color css
<style>
span { border-color: #C338CF; }
span { border-color: rgb(195,56,207); }
td.TdClassName
{
border-color: #C338CF;
}
.TagClassName
{
border-color: #C338CF;
}
</style>