Shades of Fuchsia #CC6DB5
Tints of Fuchsia #CC6DB5
RGB
CMYK
RGB Variations
Color information
#CC6DB5 (or 0xCC6DB5) is known color: Fuchsia. HEX triplet: CC, 6D and B5. RGB value is (204,109,181). Sum of RGB (Red+Green+Blue) = 204+109+181=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DB5 is #33924A. Grayscale: #919191. Windows color (decimal): -3379787 or 11890124. OLE color: 11890124.
HSL color Cylindrical-coordinate representation of color #CC6DB5: hue angle of 314.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DB5 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 181 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.2 |
| HSL | 314.53º | 0.48% | 0.61% | - |
| HSV(B) | 314.53º | 0.47% | 0.8% | - |
| XYZ | 38.71 | 27.11 | 46.91 | - |
| YUV | 145.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 181 | 0 | 0.47 | 0.11 | 0.2 | 314.53 | 0.48 | 0.61 |
| Hex | CC | 6D | B5 | 0 | 2F | B | 14 | 13B | 30 | 3D |
| Octal | 314 | 155 | 265 | 0 | 57 | 13 | 24 | 473 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10110101 | 0 | 101111 | 1011 | 10100 | 100111011 | 110000 | 111101 |
Color Harmonies of #CC6DB5
Complementary color
Monochromatic Colors of #CC6DB5
Black with #CC6DB5
Text Example
Text Example
White with #CC6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DB5; }
p { color: rgb(204,109,181); }
H1.HeaderClassName
{
color: #CC6DB5;
}
.AnyTagClassName
{
color: #CC6DB5;
}
</style>
background-color css
<style>
a { background-color: #CC6DB5; }
a { background-color: rgb(204,109,181); }
div.DivClassName
{
background-color: #CC6DB5;
}
.BgClassName
{
background-color: #CC6DB5;
}
</style>
border-color css
<style>
span { border-color: #CC6DB5; }
span { border-color: rgb(204,109,181); }
td.TdClassName
{
border-color: #CC6DB5;
}
.TagClassName
{
border-color: #CC6DB5;
}
</style>