Shades of Fuchsia #CC41D3
Tints of Fuchsia #CC41D3
RGB
CMYK
RGB Variations
Color information
#CC41D3 (or 0xCC41D3) is known color: Fuchsia. HEX triplet: CC, 41 and D3. RGB value is (204,65,211). Sum of RGB (Red+Green+Blue) = 204+65+211=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41D3 is #33BE2C. Grayscale: #7A7A7A. Windows color (decimal): -3391021 or 13844940. OLE color: 13844940.
HSL color Cylindrical-coordinate representation of color #CC41D3: hue angle of 297.12º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC41D3 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 65 | 211 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.17 |
| HSL | 297.12º | 0.62% | 0.54% | - |
| HSV(B) | 297.12º | 0.69% | 0.83% | - |
| XYZ | 38.55 | 21.32 | 63.71 | - |
| YUV | 123.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 211 | 0.03 | 0.69 | 0 | 0.17 | 297.12 | 0.62 | 0.54 |
| Hex | CC | 41 | D3 | 3 | 45 | 0 | 11 | 129 | 3E | 36 |
| Octal | 314 | 101 | 323 | 3 | 105 | 0 | 21 | 451 | 76 | 66 |
| Binary | 11001100 | 1000001 | 11010011 | 11 | 1000101 | 0 | 10001 | 100101001 | 111110 | 110110 |
Color Harmonies of #CC41D3
Complementary color
Monochromatic Colors of #CC41D3
Black with #CC41D3
Text Example
Text Example
White with #CC41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41D3; }
p { color: rgb(204,65,211); }
H1.HeaderClassName
{
color: #CC41D3;
}
.AnyTagClassName
{
color: #CC41D3;
}
</style>
background-color css
<style>
a { background-color: #CC41D3; }
a { background-color: rgb(204,65,211); }
div.DivClassName
{
background-color: #CC41D3;
}
.BgClassName
{
background-color: #CC41D3;
}
</style>
border-color css
<style>
span { border-color: #CC41D3; }
span { border-color: rgb(204,65,211); }
td.TdClassName
{
border-color: #CC41D3;
}
.TagClassName
{
border-color: #CC41D3;
}
</style>