Shades of Fuchsia #CC67BB
Tints of Fuchsia #CC67BB
RGB
CMYK
RGB Variations
Color information
#CC67BB (or 0xCC67BB) is known color: Fuchsia. HEX triplet: CC, 67 and BB. RGB value is (204,103,187). Sum of RGB (Red+Green+Blue) = 204+103+187=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67BB is #339844. Grayscale: #8E8E8E. Windows color (decimal): -3381317 or 12281804. OLE color: 12281804.
HSL color Cylindrical-coordinate representation of color #CC67BB: hue angle of 310.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67BB is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 187 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.2 |
| HSL | 310.1º | 0.5% | 0.6% | - |
| HSV(B) | 310.1º | 0.5% | 0.8% | - |
| XYZ | 38.72 | 26.13 | 50.02 | - |
| YUV | 142.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 187 | 0 | 0.50 | 0.08 | 0.2 | 310.1 | 0.5 | 0.6 |
| Hex | CC | 67 | BB | 0 | 32 | 8 | 14 | 136 | 32 | 3C |
| Octal | 314 | 147 | 273 | 0 | 62 | 10 | 24 | 466 | 62 | 74 |
| Binary | 11001100 | 1100111 | 10111011 | 0 | 110010 | 1000 | 10100 | 100110110 | 110010 | 111100 |
Color Harmonies of #CC67BB
Complementary color
Monochromatic Colors of #CC67BB
Black with #CC67BB
Text Example
Text Example
White with #CC67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67BB; }
p { color: rgb(204,103,187); }
H1.HeaderClassName
{
color: #CC67BB;
}
.AnyTagClassName
{
color: #CC67BB;
}
</style>
background-color css
<style>
a { background-color: #CC67BB; }
a { background-color: rgb(204,103,187); }
div.DivClassName
{
background-color: #CC67BB;
}
.BgClassName
{
background-color: #CC67BB;
}
</style>
border-color css
<style>
span { border-color: #CC67BB; }
span { border-color: rgb(204,103,187); }
td.TdClassName
{
border-color: #CC67BB;
}
.TagClassName
{
border-color: #CC67BB;
}
</style>