Shades of Fuchsia #C334CD
Tints of Fuchsia #C334CD
RGB
CMYK
RGB Variations
Color information
#C334CD (or 0xC334CD) is known color: Fuchsia. HEX triplet: C3, 34 and CD. RGB value is (195,52,205). Sum of RGB (Red+Green+Blue) = 195+52+205=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C334CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CD is #3CCB32. Grayscale: #6F6F6F. Windows color (decimal): -3984179 or 13448387. OLE color: 13448387.
HSL color Cylindrical-coordinate representation of color #C334CD: hue angle of 296.08º 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 #C334CD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 52 | 205 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.20 |
| HSL | 296.08º | 0.6% | 0.5% | - |
| HSV(B) | 296.08º | 0.75% | 0.8% | - |
| XYZ | 34.75 | 18.47 | 59.49 | - |
| YUV | 112.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 205 | 0.05 | 0.75 | 0 | 0.20 | 296.08 | 0.6 | 0.5 |
| Hex | C3 | 34 | CD | 5 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 303 | 64 | 315 | 5 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000011 | 110100 | 11001101 | 101 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C334CD
Complementary color
Monochromatic Colors of #C334CD
Black with #C334CD
Text Example
Text Example
White with #C334CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334CD; }
p { color: rgb(195,52,205); }
H1.HeaderClassName
{
color: #C334CD;
}
.AnyTagClassName
{
color: #C334CD;
}
</style>
background-color css
<style>
a { background-color: #C334CD; }
a { background-color: rgb(195,52,205); }
div.DivClassName
{
background-color: #C334CD;
}
.BgClassName
{
background-color: #C334CD;
}
</style>
border-color css
<style>
span { border-color: #C334CD; }
span { border-color: rgb(195,52,205); }
td.TdClassName
{
border-color: #C334CD;
}
.TagClassName
{
border-color: #C334CD;
}
</style>