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