Shades of Fuchsia #CC5DD2
Tints of Fuchsia #CC5DD2
RGB
CMYK
RGB Variations
Color information
#CC5DD2 (or 0xCC5DD2) is known color: Fuchsia. HEX triplet: CC, 5D and D2. RGB value is (204,93,210). Sum of RGB (Red+Green+Blue) = 204+93+210=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DD2 is #33A22D. Grayscale: #8B8B8B. Windows color (decimal): -3383854 or 13786572. OLE color: 13786572.
HSL color Cylindrical-coordinate representation of color #CC5DD2: hue angle of 296.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5DD2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 93 | 210 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.18 |
| HSL | 296.92º | 0.57% | 0.59% | - |
| HSV(B) | 296.92º | 0.56% | 0.82% | - |
| XYZ | 40.45 | 25.32 | 63.73 | - |
| YUV | 139.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 210 | 0.03 | 0.56 | 0 | 0.18 | 296.92 | 0.57 | 0.59 |
| Hex | CC | 5D | D2 | 3 | 38 | 0 | 12 | 129 | 39 | 3B |
| Octal | 314 | 135 | 322 | 3 | 70 | 0 | 22 | 451 | 71 | 73 |
| Binary | 11001100 | 1011101 | 11010010 | 11 | 111000 | 0 | 10010 | 100101001 | 111001 | 111011 |
Color Harmonies of #CC5DD2
Complementary color
Monochromatic Colors of #CC5DD2
Black with #CC5DD2
Text Example
Text Example
White with #CC5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DD2; }
p { color: rgb(204,93,210); }
H1.HeaderClassName
{
color: #CC5DD2;
}
.AnyTagClassName
{
color: #CC5DD2;
}
</style>
background-color css
<style>
a { background-color: #CC5DD2; }
a { background-color: rgb(204,93,210); }
div.DivClassName
{
background-color: #CC5DD2;
}
.BgClassName
{
background-color: #CC5DD2;
}
</style>
border-color css
<style>
span { border-color: #CC5DD2; }
span { border-color: rgb(204,93,210); }
td.TdClassName
{
border-color: #CC5DD2;
}
.TagClassName
{
border-color: #CC5DD2;
}
</style>