Shades of Fuchsia #C334CB
Tints of Fuchsia #C334CB
RGB
CMYK
RGB Variations
Color information
#C334CB (or 0xC334CB) is known color: Fuchsia. HEX triplet: C3, 34 and CB. RGB value is (195,52,203). Sum of RGB (Red+Green+Blue) = 195+52+203=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C334CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CB is #3CCB34. Grayscale: #6F6F6F. Windows color (decimal): -3984181 or 13317315. OLE color: 13317315.
HSL color Cylindrical-coordinate representation of color #C334CB: hue angle of 296.82º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C334CB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 52 | 203 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.20 |
| HSL | 296.82º | 0.59% | 0.5% | - |
| HSV(B) | 296.82º | 0.74% | 0.8% | - |
| XYZ | 34.51 | 18.37 | 58.23 | - |
| YUV | 111.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 203 | 0.04 | 0.74 | 0 | 0.20 | 296.82 | 0.59 | 0.5 |
| Hex | C3 | 34 | CB | 4 | 4A | 0 | 14 | 129 | 3B | 32 |
| Octal | 303 | 64 | 313 | 4 | 112 | 0 | 24 | 451 | 73 | 62 |
| Binary | 11000011 | 110100 | 11001011 | 100 | 1001010 | 0 | 10100 | 100101001 | 111011 | 110010 |
Color Harmonies of #C334CB
Complementary color
Monochromatic Colors of #C334CB
Black with #C334CB
Text Example
Text Example
White with #C334CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334CB; }
p { color: rgb(195,52,203); }
H1.HeaderClassName
{
color: #C334CB;
}
.AnyTagClassName
{
color: #C334CB;
}
</style>
background-color css
<style>
a { background-color: #C334CB; }
a { background-color: rgb(195,52,203); }
div.DivClassName
{
background-color: #C334CB;
}
.BgClassName
{
background-color: #C334CB;
}
</style>
border-color css
<style>
span { border-color: #C334CB; }
span { border-color: rgb(195,52,203); }
td.TdClassName
{
border-color: #C334CB;
}
.TagClassName
{
border-color: #C334CB;
}
</style>