Shades of Deep Magenta #C228CF
Tints of Deep Magenta #C228CF
RGB
CMYK
RGB Variations
Color information
#C228CF (or 0xC228CF) is known color: Deep Magenta. HEX triplet: C2, 28 and CF. RGB value is (194,40,207). Sum of RGB (Red+Green+Blue) = 194+40+207=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C228CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C228CF is #3DD730. Grayscale: #686868. Windows color (decimal): -4052785 or 13576386. OLE color: 13576386.
HSL color Cylindrical-coordinate representation of color #C228CF: hue angle of 295.33º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C228CF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 40 | 207 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.19 |
| HSL | 295.33º | 0.68% | 0.48% | - |
| HSV(B) | 295.33º | 0.81% | 0.81% | - |
| XYZ | 34.27 | 17.49 | 60.6 | - |
| YUV | 105.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 207 | 0.06 | 0.81 | 0 | 0.19 | 295.33 | 0.68 | 0.48 |
| Hex | C2 | 28 | CF | 6 | 51 | 0 | 13 | 127 | 44 | 30 |
| Octal | 302 | 50 | 317 | 6 | 121 | 0 | 23 | 447 | 104 | 60 |
| Binary | 11000010 | 101000 | 11001111 | 110 | 1010001 | 0 | 10011 | 100100111 | 1000100 | 110000 |
Color Harmonies of #C228CF
Complementary color
Monochromatic Colors of #C228CF
Black with #C228CF
Text Example
Text Example
White with #C228CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228CF; }
p { color: rgb(194,40,207); }
H1.HeaderClassName
{
color: #C228CF;
}
.AnyTagClassName
{
color: #C228CF;
}
</style>
background-color css
<style>
a { background-color: #C228CF; }
a { background-color: rgb(194,40,207); }
div.DivClassName
{
background-color: #C228CF;
}
.BgClassName
{
background-color: #C228CF;
}
</style>
border-color css
<style>
span { border-color: #C228CF; }
span { border-color: rgb(194,40,207); }
td.TdClassName
{
border-color: #C228CF;
}
.TagClassName
{
border-color: #C228CF;
}
</style>