Shades of Fuchsia #C33FC5
Tints of Fuchsia #C33FC5
RGB
CMYK
RGB Variations
Color information
#C33FC5 (or 0xC33FC5) is known color: Fuchsia. HEX triplet: C3, 3F and C5. RGB value is (195,63,197). Sum of RGB (Red+Green+Blue) = 195+63+197=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #C33FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FC5 is #3CC03A. Grayscale: #757575. Windows color (decimal): -3981371 or 12926915. OLE color: 12926915.
HSL color Cylindrical-coordinate representation of color #C33FC5: hue angle of 299.1º degrees, saturation: 0.54, 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 #C33FC5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 63 | 197 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.23 |
| HSL | 299.1º | 0.54% | 0.51% | - |
| HSV(B) | 299.1º | 0.68% | 0.77% | - |
| XYZ | 34.36 | 19.19 | 54.72 | - |
| YUV | 117.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 197 | 0.01 | 0.68 | 0 | 0.23 | 299.1 | 0.54 | 0.51 |
| Hex | C3 | 3F | C5 | 1 | 44 | 0 | 17 | 12B | 36 | 33 |
| Octal | 303 | 77 | 305 | 1 | 104 | 0 | 27 | 453 | 66 | 63 |
| Binary | 11000011 | 111111 | 11000101 | 1 | 1000100 | 0 | 10111 | 100101011 | 110110 | 110011 |
Color Harmonies of #C33FC5
Complementary color
Monochromatic Colors of #C33FC5
Black with #C33FC5
Text Example
Text Example
White with #C33FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FC5; }
p { color: rgb(195,63,197); }
H1.HeaderClassName
{
color: #C33FC5;
}
.AnyTagClassName
{
color: #C33FC5;
}
</style>
background-color css
<style>
a { background-color: #C33FC5; }
a { background-color: rgb(195,63,197); }
div.DivClassName
{
background-color: #C33FC5;
}
.BgClassName
{
background-color: #C33FC5;
}
</style>
border-color css
<style>
span { border-color: #C33FC5; }
span { border-color: rgb(195,63,197); }
td.TdClassName
{
border-color: #C33FC5;
}
.TagClassName
{
border-color: #C33FC5;
}
</style>