Shades of Fuchsia #C33FC4
Tints of Fuchsia #C33FC4
RGB
CMYK
RGB Variations
Color information
#C33FC4 (or 0xC33FC4) is known color: Fuchsia. HEX triplet: C3, 3F and C4. RGB value is (195,63,196). Sum of RGB (Red+Green+Blue) = 195+63+196=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #C33FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FC4 is #3CC03B. Grayscale: #757575. Windows color (decimal): -3981372 or 12861379. OLE color: 12861379.
HSL color Cylindrical-coordinate representation of color #C33FC4: hue angle of 299.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FC4 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 63 | 196 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.23 |
| HSL | 299.55º | 0.53% | 0.51% | - |
| HSV(B) | 299.55º | 0.68% | 0.77% | - |
| XYZ | 34.25 | 19.14 | 54.11 | - |
| YUV | 117.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 196 | 0.01 | 0.68 | 0 | 0.23 | 299.55 | 0.53 | 0.51 |
| Hex | C3 | 3F | C4 | 1 | 44 | 0 | 17 | 12C | 35 | 33 |
| Octal | 303 | 77 | 304 | 1 | 104 | 0 | 27 | 454 | 65 | 63 |
| Binary | 11000011 | 111111 | 11000100 | 1 | 1000100 | 0 | 10111 | 100101100 | 110101 | 110011 |
Color Harmonies of #C33FC4
Complementary color
Monochromatic Colors of #C33FC4
Black with #C33FC4
Text Example
Text Example
White with #C33FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FC4; }
p { color: rgb(195,63,196); }
H1.HeaderClassName
{
color: #C33FC4;
}
.AnyTagClassName
{
color: #C33FC4;
}
</style>
background-color css
<style>
a { background-color: #C33FC4; }
a { background-color: rgb(195,63,196); }
div.DivClassName
{
background-color: #C33FC4;
}
.BgClassName
{
background-color: #C33FC4;
}
</style>
border-color css
<style>
span { border-color: #C33FC4; }
span { border-color: rgb(195,63,196); }
td.TdClassName
{
border-color: #C33FC4;
}
.TagClassName
{
border-color: #C33FC4;
}
</style>