Shades of Deep Magenta #CC1FCF
Tints of Deep Magenta #CC1FCF
RGB
CMYK
RGB Variations
Color information
#CC1FCF (or 0xCC1FCF) is known color: Deep Magenta. HEX triplet: CC, 1F and CF. RGB value is (204,31,207). Sum of RGB (Red+Green+Blue) = 204+31+207=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FCF is #33E030. Grayscale: #666666. Windows color (decimal): -3399729 or 13574092. OLE color: 13574092.
HSL color Cylindrical-coordinate representation of color #CC1FCF: hue angle of 298.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FCF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 31 | 207 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.19 |
| HSL | 298.98º | 0.74% | 0.47% | - |
| HSV(B) | 298.98º | 0.85% | 0.81% | - |
| XYZ | 36.65 | 18.32 | 60.64 | - |
| YUV | 102.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 207 | 0.01 | 0.85 | 0 | 0.19 | 298.98 | 0.74 | 0.47 |
| Hex | CC | 1F | CF | 1 | 55 | 0 | 13 | 12B | 4A | 2F |
| Octal | 314 | 37 | 317 | 1 | 125 | 0 | 23 | 453 | 112 | 57 |
| Binary | 11001100 | 11111 | 11001111 | 1 | 1010101 | 0 | 10011 | 100101011 | 1001010 | 101111 |
Color Harmonies of #CC1FCF
Complementary color
Monochromatic Colors of #CC1FCF
Black with #CC1FCF
Text Example
Text Example
White with #CC1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FCF; }
p { color: rgb(204,31,207); }
H1.HeaderClassName
{
color: #CC1FCF;
}
.AnyTagClassName
{
color: #CC1FCF;
}
</style>
background-color css
<style>
a { background-color: #CC1FCF; }
a { background-color: rgb(204,31,207); }
div.DivClassName
{
background-color: #CC1FCF;
}
.BgClassName
{
background-color: #CC1FCF;
}
</style>
border-color css
<style>
span { border-color: #CC1FCF; }
span { border-color: rgb(204,31,207); }
td.TdClassName
{
border-color: #CC1FCF;
}
.TagClassName
{
border-color: #CC1FCF;
}
</style>