Shades of Fuchsia #CC6BBE
Tints of Fuchsia #CC6BBE
RGB
CMYK
RGB Variations
Color information
#CC6BBE (or 0xCC6BBE) is known color: Fuchsia. HEX triplet: CC, 6B and BE. RGB value is (204,107,190). Sum of RGB (Red+Green+Blue) = 204+107+190=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BBE is #339441. Grayscale: #919191. Windows color (decimal): -3380290 or 12479436. OLE color: 12479436.
HSL color Cylindrical-coordinate representation of color #CC6BBE: hue angle of 308.66º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6BBE is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 190 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.2 |
| HSL | 308.66º | 0.49% | 0.61% | - |
| HSV(B) | 308.66º | 0.48% | 0.8% | - |
| XYZ | 39.45 | 27.07 | 51.86 | - |
| YUV | 145.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 190 | 0 | 0.48 | 0.07 | 0.2 | 308.66 | 0.49 | 0.61 |
| Hex | CC | 6B | BE | 0 | 30 | 7 | 14 | 135 | 31 | 3D |
| Octal | 314 | 153 | 276 | 0 | 60 | 7 | 24 | 465 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10111110 | 0 | 110000 | 111 | 10100 | 100110101 | 110001 | 111101 |
Color Harmonies of #CC6BBE
Complementary color
Monochromatic Colors of #CC6BBE
Black with #CC6BBE
Text Example
Text Example
White with #CC6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BBE; }
p { color: rgb(204,107,190); }
H1.HeaderClassName
{
color: #CC6BBE;
}
.AnyTagClassName
{
color: #CC6BBE;
}
</style>
background-color css
<style>
a { background-color: #CC6BBE; }
a { background-color: rgb(204,107,190); }
div.DivClassName
{
background-color: #CC6BBE;
}
.BgClassName
{
background-color: #CC6BBE;
}
</style>
border-color css
<style>
span { border-color: #CC6BBE; }
span { border-color: rgb(204,107,190); }
td.TdClassName
{
border-color: #CC6BBE;
}
.TagClassName
{
border-color: #CC6BBE;
}
</style>