Shades of Fuchsia #C33CCA
Tints of Fuchsia #C33CCA
RGB
CMYK
RGB Variations
Color information
#C33CCA (or 0xC33CCA) is known color: Fuchsia. HEX triplet: C3, 3C and CA. RGB value is (195,60,202). Sum of RGB (Red+Green+Blue) = 195+60+202=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C33CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CCA is #3CC335. Grayscale: #747474. Windows color (decimal): -3982134 or 13253827. OLE color: 13253827.
HSL color Cylindrical-coordinate representation of color #C33CCA: hue angle of 297.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33CCA is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 60 | 202 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.21 |
| HSL | 297.04º | 0.57% | 0.51% | - |
| HSV(B) | 297.04º | 0.7% | 0.79% | - |
| XYZ | 34.78 | 19.1 | 57.73 | - |
| YUV | 116.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 202 | 0.03 | 0.70 | 0 | 0.21 | 297.04 | 0.57 | 0.51 |
| Hex | C3 | 3C | CA | 3 | 46 | 0 | 15 | 129 | 39 | 33 |
| Octal | 303 | 74 | 312 | 3 | 106 | 0 | 25 | 451 | 71 | 63 |
| Binary | 11000011 | 111100 | 11001010 | 11 | 1000110 | 0 | 10101 | 100101001 | 111001 | 110011 |
Color Harmonies of #C33CCA
Complementary color
Monochromatic Colors of #C33CCA
Black with #C33CCA
Text Example
Text Example
White with #C33CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CCA; }
p { color: rgb(195,60,202); }
H1.HeaderClassName
{
color: #C33CCA;
}
.AnyTagClassName
{
color: #C33CCA;
}
</style>
background-color css
<style>
a { background-color: #C33CCA; }
a { background-color: rgb(195,60,202); }
div.DivClassName
{
background-color: #C33CCA;
}
.BgClassName
{
background-color: #C33CCA;
}
</style>
border-color css
<style>
span { border-color: #C33CCA; }
span { border-color: rgb(195,60,202); }
td.TdClassName
{
border-color: #C33CCA;
}
.TagClassName
{
border-color: #C33CCA;
}
</style>