Shades of Deep Magenta #C225CB
Tints of Deep Magenta #C225CB
RGB
CMYK
RGB Variations
Color information
#C225CB (or 0xC225CB) is known color: Deep Magenta. HEX triplet: C2, 25 and CB. RGB value is (194,37,203). Sum of RGB (Red+Green+Blue) = 194+37+203=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #C225CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225CB is #3DDA34. Grayscale: #666666. Windows color (decimal): -4053557 or 13313474. OLE color: 13313474.
HSL color Cylindrical-coordinate representation of color #C225CB: hue angle of 296.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C225CB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 37 | 203 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.20 |
| HSL | 296.75º | 0.69% | 0.47% | - |
| HSV(B) | 296.75º | 0.82% | 0.8% | - |
| XYZ | 33.69 | 17.1 | 58.03 | - |
| YUV | 102.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 203 | 0.04 | 0.82 | 0 | 0.20 | 296.75 | 0.69 | 0.47 |
| Hex | C2 | 25 | CB | 4 | 52 | 0 | 14 | 129 | 45 | 2F |
| Octal | 302 | 45 | 313 | 4 | 122 | 0 | 24 | 451 | 105 | 57 |
| Binary | 11000010 | 100101 | 11001011 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000101 | 101111 |
Color Harmonies of #C225CB
Complementary color
Monochromatic Colors of #C225CB
Black with #C225CB
Text Example
Text Example
White with #C225CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225CB; }
p { color: rgb(194,37,203); }
H1.HeaderClassName
{
color: #C225CB;
}
.AnyTagClassName
{
color: #C225CB;
}
</style>
background-color css
<style>
a { background-color: #C225CB; }
a { background-color: rgb(194,37,203); }
div.DivClassName
{
background-color: #C225CB;
}
.BgClassName
{
background-color: #C225CB;
}
</style>
border-color css
<style>
span { border-color: #C225CB; }
span { border-color: rgb(194,37,203); }
td.TdClassName
{
border-color: #C225CB;
}
.TagClassName
{
border-color: #C225CB;
}
</style>