Shades of Fuchsia #C434CD
Tints of Fuchsia #C434CD
RGB
CMYK
RGB Variations
Color information
#C434CD (or 0xC434CD) is known color: Fuchsia. HEX triplet: C4, 34 and CD. RGB value is (196,52,205). Sum of RGB (Red+Green+Blue) = 196+52+205=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C434CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434CD is #3BCB32. Grayscale: #707070. Windows color (decimal): -3918643 or 13448388. OLE color: 13448388.
HSL color Cylindrical-coordinate representation of color #C434CD: hue angle of 296.47º 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 #C434CD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 52 | 205 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.20 |
| HSL | 296.47º | 0.6% | 0.5% | - |
| HSV(B) | 296.47º | 0.75% | 0.8% | - |
| XYZ | 35.01 | 18.6 | 59.5 | - |
| YUV | 112.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 205 | 0.04 | 0.75 | 0 | 0.20 | 296.47 | 0.6 | 0.5 |
| Hex | C4 | 34 | CD | 4 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 304 | 64 | 315 | 4 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000100 | 110100 | 11001101 | 100 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C434CD
Complementary color
Monochromatic Colors of #C434CD
Black with #C434CD
Text Example
Text Example
White with #C434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434CD; }
p { color: rgb(196,52,205); }
H1.HeaderClassName
{
color: #C434CD;
}
.AnyTagClassName
{
color: #C434CD;
}
</style>
background-color css
<style>
a { background-color: #C434CD; }
a { background-color: rgb(196,52,205); }
div.DivClassName
{
background-color: #C434CD;
}
.BgClassName
{
background-color: #C434CD;
}
</style>
border-color css
<style>
span { border-color: #C434CD; }
span { border-color: rgb(196,52,205); }
td.TdClassName
{
border-color: #C434CD;
}
.TagClassName
{
border-color: #C434CD;
}
</style>