Shades of Fuchsia #C33ACF
Tints of Fuchsia #C33ACF
RGB
CMYK
RGB Variations
Color information
#C33ACF (or 0xC33ACF) is known color: Fuchsia. HEX triplet: C3, 3A and CF. RGB value is (195,58,207). Sum of RGB (Red+Green+Blue) = 195+58+207=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #C33ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ACF is #3CC530. Grayscale: #737373. Windows color (decimal): -3982641 or 13580995. OLE color: 13580995.
HSL color Cylindrical-coordinate representation of color #C33ACF: hue angle of 295.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33ACF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 58 | 207 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.19 |
| HSL | 295.17º | 0.61% | 0.52% | - |
| HSV(B) | 295.17º | 0.72% | 0.81% | - |
| XYZ | 35.28 | 19.13 | 60.87 | - |
| YUV | 115.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 207 | 0.06 | 0.72 | 0 | 0.19 | 295.17 | 0.61 | 0.52 |
| Hex | C3 | 3A | CF | 6 | 48 | 0 | 13 | 127 | 3D | 34 |
| Octal | 303 | 72 | 317 | 6 | 110 | 0 | 23 | 447 | 75 | 64 |
| Binary | 11000011 | 111010 | 11001111 | 110 | 1001000 | 0 | 10011 | 100100111 | 111101 | 110100 |
Color Harmonies of #C33ACF
Complementary color
Monochromatic Colors of #C33ACF
Black with #C33ACF
Text Example
Text Example
White with #C33ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ACF; }
p { color: rgb(195,58,207); }
H1.HeaderClassName
{
color: #C33ACF;
}
.AnyTagClassName
{
color: #C33ACF;
}
</style>
background-color css
<style>
a { background-color: #C33ACF; }
a { background-color: rgb(195,58,207); }
div.DivClassName
{
background-color: #C33ACF;
}
.BgClassName
{
background-color: #C33ACF;
}
</style>
border-color css
<style>
span { border-color: #C33ACF; }
span { border-color: rgb(195,58,207); }
td.TdClassName
{
border-color: #C33ACF;
}
.TagClassName
{
border-color: #C33ACF;
}
</style>