Shades of Fuchsia #CC4BCE
Tints of Fuchsia #CC4BCE
RGB
CMYK
RGB Variations
Color information
#CC4BCE (or 0xCC4BCE) is known color: Fuchsia. HEX triplet: CC, 4B and CE. RGB value is (204,75,206). Sum of RGB (Red+Green+Blue) = 204+75+206=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC4BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BCE is #33B431. Grayscale: #808080. Windows color (decimal): -3388466 or 13519820. OLE color: 13519820.
HSL color Cylindrical-coordinate representation of color #CC4BCE: hue angle of 299.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4BCE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 75 | 206 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 299.08º | 0.57% | 0.55% | - |
| HSV(B) | 299.08º | 0.64% | 0.81% | - |
| XYZ | 38.56 | 22.33 | 60.67 | - |
| YUV | 128.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 206 | 0.01 | 0.64 | 0 | 0.19 | 299.08 | 0.57 | 0.55 |
| Hex | CC | 4B | CE | 1 | 40 | 0 | 13 | 12B | 39 | 37 |
| Octal | 314 | 113 | 316 | 1 | 100 | 0 | 23 | 453 | 71 | 67 |
| Binary | 11001100 | 1001011 | 11001110 | 1 | 1000000 | 0 | 10011 | 100101011 | 111001 | 110111 |
Color Harmonies of #CC4BCE
Complementary color
Monochromatic Colors of #CC4BCE
Black with #CC4BCE
Text Example
Text Example
White with #CC4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BCE; }
p { color: rgb(204,75,206); }
H1.HeaderClassName
{
color: #CC4BCE;
}
.AnyTagClassName
{
color: #CC4BCE;
}
</style>
background-color css
<style>
a { background-color: #CC4BCE; }
a { background-color: rgb(204,75,206); }
div.DivClassName
{
background-color: #CC4BCE;
}
.BgClassName
{
background-color: #CC4BCE;
}
</style>
border-color css
<style>
span { border-color: #CC4BCE; }
span { border-color: rgb(204,75,206); }
td.TdClassName
{
border-color: #CC4BCE;
}
.TagClassName
{
border-color: #CC4BCE;
}
</style>