Shades of Deep Magenta #C301CB
Tints of Deep Magenta #C301CB
RGB
CMYK
RGB Variations
Color information
#C301CB (or 0xC301CB) is known color: Deep Magenta. HEX triplet: C3, 01 and CB. RGB value is (195,1,203). Sum of RGB (Red+Green+Blue) = 195+1+203=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #C301CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301CB is #3CFE34. Grayscale: #515151. Windows color (decimal): -3997237 or 13304259. OLE color: 13304259.
HSL color Cylindrical-coordinate representation of color #C301CB: hue angle of 297.62º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301CB is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 1 | 203 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.20 |
| HSL | 297.62º | 0.99% | 0.4% | - |
| HSV(B) | 297.62º | 1% | 0.8% | - |
| XYZ | 33.3 | 15.94 | 57.82 | - |
| YUV | 82.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 203 | 0.04 | 1.00 | 0 | 0.20 | 297.62 | 0.99 | 0.4 |
| Hex | C3 | 1 | CB | 4 | 64 | 0 | 14 | 12A | 63 | 28 |
| Octal | 303 | 1 | 313 | 4 | 144 | 0 | 24 | 452 | 143 | 50 |
| Binary | 11000011 | 1 | 11001011 | 100 | 1100100 | 0 | 10100 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C301CB
Complementary color
Monochromatic Colors of #C301CB
Black with #C301CB
Text Example
Text Example
White with #C301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301CB; }
p { color: rgb(195,1,203); }
H1.HeaderClassName
{
color: #C301CB;
}
.AnyTagClassName
{
color: #C301CB;
}
</style>
background-color css
<style>
a { background-color: #C301CB; }
a { background-color: rgb(195,1,203); }
div.DivClassName
{
background-color: #C301CB;
}
.BgClassName
{
background-color: #C301CB;
}
</style>
border-color css
<style>
span { border-color: #C301CB; }
span { border-color: rgb(195,1,203); }
td.TdClassName
{
border-color: #C301CB;
}
.TagClassName
{
border-color: #C301CB;
}
</style>