Shades of Fuchsia #C333CB
Tints of Fuchsia #C333CB
RGB
CMYK
RGB Variations
Color information
#C333CB (or 0xC333CB) is known color: Fuchsia. HEX triplet: C3, 33 and CB. RGB value is (195,51,203). Sum of RGB (Red+Green+Blue) = 195+51+203=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C333CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333CB is #3CCC34. Grayscale: #6E6E6E. Windows color (decimal): -3984437 or 13317059. OLE color: 13317059.
HSL color Cylindrical-coordinate representation of color #C333CB: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C333CB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 51 | 203 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.20 |
| HSL | 296.84º | 0.6% | 0.5% | - |
| HSV(B) | 296.84º | 0.75% | 0.8% | - |
| XYZ | 34.47 | 18.28 | 58.21 | - |
| YUV | 111.38 | 179.71 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 203 | 0.04 | 0.75 | 0 | 0.20 | 296.84 | 0.6 | 0.5 |
| Hex | C3 | 33 | CB | 4 | 4B | 0 | 14 | 129 | 3C | 32 |
| Octal | 303 | 63 | 313 | 4 | 113 | 0 | 24 | 451 | 74 | 62 |
| Binary | 11000011 | 110011 | 11001011 | 100 | 1001011 | 0 | 10100 | 100101001 | 111100 | 110010 |
Color Harmonies of #C333CB
Complementary color
Monochromatic Colors of #C333CB
Black with #C333CB
Text Example
Text Example
White with #C333CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333CB; }
p { color: rgb(195,51,203); }
H1.HeaderClassName
{
color: #C333CB;
}
.AnyTagClassName
{
color: #C333CB;
}
</style>
background-color css
<style>
a { background-color: #C333CB; }
a { background-color: rgb(195,51,203); }
div.DivClassName
{
background-color: #C333CB;
}
.BgClassName
{
background-color: #C333CB;
}
</style>
border-color css
<style>
span { border-color: #C333CB; }
span { border-color: rgb(195,51,203); }
td.TdClassName
{
border-color: #C333CB;
}
.TagClassName
{
border-color: #C333CB;
}
</style>