Shades of Fuchsia #CC4BBE
Tints of Fuchsia #CC4BBE
RGB
CMYK
RGB Variations
Color information
#CC4BBE (or 0xCC4BBE) is known color: Fuchsia. HEX triplet: CC, 4B and BE. RGB value is (204,75,190). Sum of RGB (Red+Green+Blue) = 204+75+190=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BBE is #33B441. Grayscale: #7E7E7E. Windows color (decimal): -3388482 or 12471244. OLE color: 12471244.
HSL color Cylindrical-coordinate representation of color #CC4BBE: hue angle of 306.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BBE is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 190 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.2 |
| HSL | 306.51º | 0.56% | 0.55% | - |
| HSV(B) | 306.51º | 0.63% | 0.8% | - |
| XYZ | 36.71 | 21.59 | 50.95 | - |
| YUV | 126.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 190 | 0 | 0.63 | 0.07 | 0.2 | 306.51 | 0.56 | 0.55 |
| Hex | CC | 4B | BE | 0 | 3F | 7 | 14 | 133 | 38 | 37 |
| Octal | 314 | 113 | 276 | 0 | 77 | 7 | 24 | 463 | 70 | 67 |
| Binary | 11001100 | 1001011 | 10111110 | 0 | 111111 | 111 | 10100 | 100110011 | 111000 | 110111 |
Color Harmonies of #CC4BBE
Complementary color
Monochromatic Colors of #CC4BBE
Black with #CC4BBE
Text Example
Text Example
White with #CC4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BBE; }
p { color: rgb(204,75,190); }
H1.HeaderClassName
{
color: #CC4BBE;
}
.AnyTagClassName
{
color: #CC4BBE;
}
</style>
background-color css
<style>
a { background-color: #CC4BBE; }
a { background-color: rgb(204,75,190); }
div.DivClassName
{
background-color: #CC4BBE;
}
.BgClassName
{
background-color: #CC4BBE;
}
</style>
border-color css
<style>
span { border-color: #CC4BBE; }
span { border-color: rgb(204,75,190); }
td.TdClassName
{
border-color: #CC4BBE;
}
.TagClassName
{
border-color: #CC4BBE;
}
</style>