Shades of Fuchsia #CC3DD1
Tints of Fuchsia #CC3DD1
RGB
CMYK
RGB Variations
Color information
#CC3DD1 (or 0xCC3DD1) is known color: Fuchsia. HEX triplet: CC, 3D and D1. RGB value is (204,61,209). Sum of RGB (Red+Green+Blue) = 204+61+209=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC3DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DD1 is #33C22E. Grayscale: #787878. Windows color (decimal): -3392047 or 13712844. OLE color: 13712844.
HSL color Cylindrical-coordinate representation of color #CC3DD1: hue angle of 297.97º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3DD1 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 61 | 209 | - |
CMYK | 0.02 | 0.71 | 0 | 0.18 |
HSL | 297.97º | 0.62% | 0.53% | - |
HSV(B) | 297.97º | 0.71% | 0.82% | - |
XYZ | 38.08 | 20.78 | 62.33 | - |
YUV | 120.63 | 177.88 | 187.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 61 | 209 | 0.02 | 0.71 | 0 | 0.18 | 297.97 | 0.62 | 0.53 |
Hex | CC | 3D | D1 | 2 | 47 | 0 | 12 | 12A | 3E | 35 |
Octal | 314 | 75 | 321 | 2 | 107 | 0 | 22 | 452 | 76 | 65 |
Binary | 11001100 | 111101 | 11010001 | 10 | 1000111 | 0 | 10010 | 100101010 | 111110 | 110101 |
Color Harmonies of #CC3DD1
Complementary color
Monochromatic Colors of #CC3DD1
Black with #CC3DD1
Text Example
Text Example
White with #CC3DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DD1; }
p { color: rgb(204,61,209); }
H1.HeaderClassName
{
color: #CC3DD1;
}
.AnyTagClassName
{
color: #CC3DD1;
}
</style>
background-color css
<style>
a { background-color: #CC3DD1; }
a { background-color: rgb(204,61,209); }
div.DivClassName
{
background-color: #CC3DD1;
}
.BgClassName
{
background-color: #CC3DD1;
}
</style>
border-color css
<style>
span { border-color: #CC3DD1; }
span { border-color: rgb(204,61,209); }
td.TdClassName
{
border-color: #CC3DD1;
}
.TagClassName
{
border-color: #CC3DD1;
}
</style>