Shades of Fuchsia #CC38CB
Tints of Fuchsia #CC38CB
RGB
CMYK
RGB Variations
Color information
#CC38CB (or 0xCC38CB) is known color: Fuchsia. HEX triplet: CC, 38 and CB. RGB value is (204,56,203). Sum of RGB (Red+Green+Blue) = 204+56+203=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38CB is #33C734. Grayscale: #747474. Windows color (decimal): -3393333 or 13318348. OLE color: 13318348.
HSL color Cylindrical-coordinate representation of color #CC38CB: hue angle of 300.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38CB is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 203 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.2 |
| HSL | 300.41º | 0.59% | 0.51% | - |
| HSV(B) | 300.41º | 0.73% | 0.8% | - |
| XYZ | 37.1 | 19.98 | 58.4 | - |
| YUV | 117.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 203 | 0 | 0.73 | 0.00 | 0.2 | 300.41 | 0.59 | 0.51 |
| Hex | CC | 38 | CB | 0 | 49 | 0 | 14 | 12C | 3B | 33 |
| Octal | 314 | 70 | 313 | 0 | 111 | 0 | 24 | 454 | 73 | 63 |
| Binary | 11001100 | 111000 | 11001011 | 0 | 1001001 | 0 | 10100 | 100101100 | 111011 | 110011 |
Color Harmonies of #CC38CB
Complementary color
Monochromatic Colors of #CC38CB
Black with #CC38CB
Text Example
Text Example
White with #CC38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38CB; }
p { color: rgb(204,56,203); }
H1.HeaderClassName
{
color: #CC38CB;
}
.AnyTagClassName
{
color: #CC38CB;
}
</style>
background-color css
<style>
a { background-color: #CC38CB; }
a { background-color: rgb(204,56,203); }
div.DivClassName
{
background-color: #CC38CB;
}
.BgClassName
{
background-color: #CC38CB;
}
</style>
border-color css
<style>
span { border-color: #CC38CB; }
span { border-color: rgb(204,56,203); }
td.TdClassName
{
border-color: #CC38CB;
}
.TagClassName
{
border-color: #CC38CB;
}
</style>