Shades of Fuchsia #CD46C4
Tints of Fuchsia #CD46C4
RGB
CMYK
RGB Variations
Color information
#CD46C4 (or 0xCD46C4) is known color: Fuchsia. HEX triplet: CD, 46 and C4. RGB value is (205,70,196). Sum of RGB (Red+Green+Blue) = 205+70+196=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46C4 is #32B93B. Grayscale: #7C7C7C. Windows color (decimal): -3324220 or 12863181. OLE color: 12863181.
HSL color Cylindrical-coordinate representation of color #CD46C4: hue angle of 304º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD46C4 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 196 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.20 |
| HSL | 304º | 0.57% | 0.54% | - |
| HSV(B) | 304º | 0.66% | 0.8% | - |
| XYZ | 37.33 | 21.34 | 54.38 | - |
| YUV | 124.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 196 | 0 | 0.66 | 0.04 | 0.20 | 304 | 0.57 | 0.54 |
| Hex | CD | 46 | C4 | 0 | 42 | 4 | 14 | 130 | 39 | 36 |
| Octal | 315 | 106 | 304 | 0 | 102 | 4 | 24 | 460 | 71 | 66 |
| Binary | 11001101 | 1000110 | 11000100 | 0 | 1000010 | 100 | 10100 | 100110000 | 111001 | 110110 |
Color Harmonies of #CD46C4
Complementary color
Monochromatic Colors of #CD46C4
Black with #CD46C4
Text Example
Text Example
White with #CD46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD46C4; }
p { color: rgb(205,70,196); }
H1.HeaderClassName
{
color: #CD46C4;
}
.AnyTagClassName
{
color: #CD46C4;
}
</style>
background-color css
<style>
a { background-color: #CD46C4; }
a { background-color: rgb(205,70,196); }
div.DivClassName
{
background-color: #CD46C4;
}
.BgClassName
{
background-color: #CD46C4;
}
</style>
border-color css
<style>
span { border-color: #CD46C4; }
span { border-color: rgb(205,70,196); }
td.TdClassName
{
border-color: #CD46C4;
}
.TagClassName
{
border-color: #CD46C4;
}
</style>