Shades of Deep Magenta #C102CF
Tints of Deep Magenta #C102CF
RGB
CMYK
RGB Variations
Color information
#C102CF (or 0xC102CF) is known color: Deep Magenta. HEX triplet: C1, 02 and CF. RGB value is (193,2,207). Sum of RGB (Red+Green+Blue) = 193+2+207=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #C102CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102CF is #3EFD30. Grayscale: #515151. Windows color (decimal): -4128049 or 13566657. OLE color: 13566657.
HSL color Cylindrical-coordinate representation of color #C102CF: hue angle of 295.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102CF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 2 | 207 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.19 |
| HSL | 295.9º | 0.98% | 0.41% | - |
| HSV(B) | 295.9º | 0.99% | 0.81% | - |
| XYZ | 33.28 | 15.89 | 60.34 | - |
| YUV | 82.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 207 | 0.07 | 0.99 | 0 | 0.19 | 295.9 | 0.98 | 0.41 |
| Hex | C1 | 2 | CF | 7 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 301 | 2 | 317 | 7 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 11000001 | 10 | 11001111 | 111 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #C102CF
Complementary color
Monochromatic Colors of #C102CF
Black with #C102CF
Text Example
Text Example
White with #C102CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102CF; }
p { color: rgb(193,2,207); }
H1.HeaderClassName
{
color: #C102CF;
}
.AnyTagClassName
{
color: #C102CF;
}
</style>
background-color css
<style>
a { background-color: #C102CF; }
a { background-color: rgb(193,2,207); }
div.DivClassName
{
background-color: #C102CF;
}
.BgClassName
{
background-color: #C102CF;
}
</style>
border-color css
<style>
span { border-color: #C102CF; }
span { border-color: rgb(193,2,207); }
td.TdClassName
{
border-color: #C102CF;
}
.TagClassName
{
border-color: #C102CF;
}
</style>