Shades of Shocking Pink #FF1DCC
Tints of Shocking Pink #FF1DCC
RGB
CMYK
RGB Variations
Color information
#FF1DCC (or 0xFF1DCC) is known color: Shocking Pink. HEX triplet: FF, 1D and CC. RGB value is (255,29,204). Sum of RGB (Red+Green+Blue) = 255+29+204=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DCC is #00E233. Grayscale: #747474. Windows color (decimal): -57908 or 13377023. OLE color: 13377023.
HSL color Cylindrical-coordinate representation of color #FF1DCC: hue angle of 313.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DCC is Cyan = 0, Magento = 0.89, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 204 | - |
| CMYK | 0 | 0.89 | 0.2 | 0 |
| HSL | 313.54º | 1% | 0.56% | - |
| HSV(B) | 313.54º | 0.89% | 1% | - |
| XYZ | 52.58 | 26.5 | 59.47 | - |
| YUV | 116.52 | 177.37 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 204 | 0 | 0.89 | 0.2 | 0 | 313.54 | 1 | 0.56 |
| Hex | FF | 1D | CC | 0 | 59 | 14 | 0 | 13A | 64 | 38 |
| Octal | 377 | 35 | 314 | 0 | 131 | 24 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 11101 | 11001100 | 0 | 1011001 | 10100 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF1DCC
Complementary color
Monochromatic Colors of #FF1DCC
Black with #FF1DCC
Text Example
Text Example
White with #FF1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DCC; }
p { color: rgb(255,29,204); }
H1.HeaderClassName
{
color: #FF1DCC;
}
.AnyTagClassName
{
color: #FF1DCC;
}
</style>
background-color css
<style>
a { background-color: #FF1DCC; }
a { background-color: rgb(255,29,204); }
div.DivClassName
{
background-color: #FF1DCC;
}
.BgClassName
{
background-color: #FF1DCC;
}
</style>
border-color css
<style>
span { border-color: #FF1DCC; }
span { border-color: rgb(255,29,204); }
td.TdClassName
{
border-color: #FF1DCC;
}
.TagClassName
{
border-color: #FF1DCC;
}
</style>