Shades of Fuchsia #C33BC9
Tints of Fuchsia #C33BC9
RGB
CMYK
RGB Variations
Color information
#C33BC9 (or 0xC33BC9) is known color: Fuchsia. HEX triplet: C3, 3B and C9. RGB value is (195,59,201). Sum of RGB (Red+Green+Blue) = 195+59+201=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #C33BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC9 is #3CC436. Grayscale: #737373. Windows color (decimal): -3982391 or 13188035. OLE color: 13188035.
HSL color Cylindrical-coordinate representation of color #C33BC9: hue angle of 297.46º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33BC9 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 59 | 201 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.21 |
| HSL | 297.46º | 0.57% | 0.51% | - |
| HSV(B) | 297.46º | 0.71% | 0.79% | - |
| XYZ | 34.61 | 18.95 | 57.09 | - |
| YUV | 115.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 201 | 0.03 | 0.71 | 0 | 0.21 | 297.46 | 0.57 | 0.51 |
| Hex | C3 | 3B | C9 | 3 | 47 | 0 | 15 | 129 | 39 | 33 |
| Octal | 303 | 73 | 311 | 3 | 107 | 0 | 25 | 451 | 71 | 63 |
| Binary | 11000011 | 111011 | 11001001 | 11 | 1000111 | 0 | 10101 | 100101001 | 111001 | 110011 |
Color Harmonies of #C33BC9
Complementary color
Monochromatic Colors of #C33BC9
Black with #C33BC9
Text Example
Text Example
White with #C33BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BC9; }
p { color: rgb(195,59,201); }
H1.HeaderClassName
{
color: #C33BC9;
}
.AnyTagClassName
{
color: #C33BC9;
}
</style>
background-color css
<style>
a { background-color: #C33BC9; }
a { background-color: rgb(195,59,201); }
div.DivClassName
{
background-color: #C33BC9;
}
.BgClassName
{
background-color: #C33BC9;
}
</style>
border-color css
<style>
span { border-color: #C33BC9; }
span { border-color: rgb(195,59,201); }
td.TdClassName
{
border-color: #C33BC9;
}
.TagClassName
{
border-color: #C33BC9;
}
</style>