Shades of Fuchsia #CC3DCB
Tints of Fuchsia #CC3DCB
RGB
CMYK
RGB Variations
Color information
#CC3DCB (or 0xCC3DCB) is known color: Fuchsia. HEX triplet: CC, 3D and CB. RGB value is (204,61,203). Sum of RGB (Red+Green+Blue) = 204+61+203=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DCB is #33C234. Grayscale: #777777. Windows color (decimal): -3392053 or 13319628. OLE color: 13319628.
HSL color Cylindrical-coordinate representation of color #CC3DCB: hue angle of 300.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3DCB is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 203 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.2 |
| HSL | 300.42º | 0.58% | 0.52% | - |
| HSV(B) | 300.42º | 0.7% | 0.8% | - |
| XYZ | 37.35 | 20.49 | 58.49 | - |
| YUV | 119.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 203 | 0 | 0.70 | 0.00 | 0.2 | 300.42 | 0.58 | 0.52 |
| Hex | CC | 3D | CB | 0 | 46 | 0 | 14 | 12C | 3A | 34 |
| Octal | 314 | 75 | 313 | 0 | 106 | 0 | 24 | 454 | 72 | 64 |
| Binary | 11001100 | 111101 | 11001011 | 0 | 1000110 | 0 | 10100 | 100101100 | 111010 | 110100 |
Color Harmonies of #CC3DCB
Complementary color
Monochromatic Colors of #CC3DCB
Black with #CC3DCB
Text Example
Text Example
White with #CC3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DCB; }
p { color: rgb(204,61,203); }
H1.HeaderClassName
{
color: #CC3DCB;
}
.AnyTagClassName
{
color: #CC3DCB;
}
</style>
background-color css
<style>
a { background-color: #CC3DCB; }
a { background-color: rgb(204,61,203); }
div.DivClassName
{
background-color: #CC3DCB;
}
.BgClassName
{
background-color: #CC3DCB;
}
</style>
border-color css
<style>
span { border-color: #CC3DCB; }
span { border-color: rgb(204,61,203); }
td.TdClassName
{
border-color: #CC3DCB;
}
.TagClassName
{
border-color: #CC3DCB;
}
</style>