Shades of Fuchsia #CC34CB
Tints of Fuchsia #CC34CB
RGB
CMYK
RGB Variations
Color information
#CC34CB (or 0xCC34CB) is known color: Fuchsia. HEX triplet: CC, 34 and CB. RGB value is (204,52,203). Sum of RGB (Red+Green+Blue) = 204+52+203=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34CB is #33CB34. Grayscale: #727272. Windows color (decimal): -3394357 or 13317324. OLE color: 13317324.
HSL color Cylindrical-coordinate representation of color #CC34CB: hue angle of 300.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC34CB is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 203 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.2 |
| HSL | 300.39º | 0.6% | 0.5% | - |
| HSV(B) | 300.39º | 0.75% | 0.8% | - |
| XYZ | 36.91 | 19.61 | 58.34 | - |
| YUV | 114.66 | 177.86 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 203 | 0 | 0.75 | 0.00 | 0.2 | 300.39 | 0.6 | 0.5 |
| Hex | CC | 34 | CB | 0 | 4B | 0 | 14 | 12C | 3C | 32 |
| Octal | 314 | 64 | 313 | 0 | 113 | 0 | 24 | 454 | 74 | 62 |
| Binary | 11001100 | 110100 | 11001011 | 0 | 1001011 | 0 | 10100 | 100101100 | 111100 | 110010 |
Color Harmonies of #CC34CB
Complementary color
Monochromatic Colors of #CC34CB
Black with #CC34CB
Text Example
Text Example
White with #CC34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34CB; }
p { color: rgb(204,52,203); }
H1.HeaderClassName
{
color: #CC34CB;
}
.AnyTagClassName
{
color: #CC34CB;
}
</style>
background-color css
<style>
a { background-color: #CC34CB; }
a { background-color: rgb(204,52,203); }
div.DivClassName
{
background-color: #CC34CB;
}
.BgClassName
{
background-color: #CC34CB;
}
</style>
border-color css
<style>
span { border-color: #CC34CB; }
span { border-color: rgb(204,52,203); }
td.TdClassName
{
border-color: #CC34CB;
}
.TagClassName
{
border-color: #CC34CB;
}
</style>