Shades of Jazzberry Jam #C10A5E
Tints of Jazzberry Jam #C10A5E
RGB
CMYK
RGB Variations
Color information
#C10A5E (or 0xC10A5E) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 5E. RGB value is (193,10,94). Sum of RGB (Red+Green+Blue) = 193+10+94=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A5E is #3EF5A1. Grayscale: #4A4A4A. Windows color (decimal): -4126114 or 6163137. OLE color: 6163137.
HSL color Cylindrical-coordinate representation of color #C10A5E: hue angle of 332.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A5E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.24 |
| HSL | 332.46º | 0.9% | 0.4% | - |
| HSV(B) | 332.46º | 0.95% | 0.76% | - |
| XYZ | 24.12 | 12.36 | 11.7 | - |
| YUV | 74.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 94 | 0 | 0.95 | 0.51 | 0.24 | 332.46 | 0.9 | 0.4 |
| Hex | C1 | A | 5E | 0 | 5F | 33 | 18 | 14C | 5A | 28 |
| Octal | 301 | 12 | 136 | 0 | 137 | 63 | 30 | 514 | 132 | 50 |
| Binary | 11000001 | 1010 | 1011110 | 0 | 1011111 | 110011 | 11000 | 101001100 | 1011010 | 101000 |
Color Harmonies of #C10A5E
Complementary color
Monochromatic Colors of #C10A5E
Black with #C10A5E
Text Example
Text Example
White with #C10A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A5E; }
p { color: rgb(193,10,94); }
H1.HeaderClassName
{
color: #C10A5E;
}
.AnyTagClassName
{
color: #C10A5E;
}
</style>
background-color css
<style>
a { background-color: #C10A5E; }
a { background-color: rgb(193,10,94); }
div.DivClassName
{
background-color: #C10A5E;
}
.BgClassName
{
background-color: #C10A5E;
}
</style>
border-color css
<style>
span { border-color: #C10A5E; }
span { border-color: rgb(193,10,94); }
td.TdClassName
{
border-color: #C10A5E;
}
.TagClassName
{
border-color: #C10A5E;
}
</style>