Shades of Medium Violet Red #C82683
Tints of Medium Violet Red #C82683
RGB
CMYK
RGB Variations
Color information
#C82683 (or 0xC82683) is known color: Medium Violet Red. HEX triplet: C8, 26 and 83. RGB value is (200,38,131). Sum of RGB (Red+Green+Blue) = 200+38+131=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82683 is #37D97C. Grayscale: #606060. Windows color (decimal): -3660157 or 8595144. OLE color: 8595144.
HSL color Cylindrical-coordinate representation of color #C82683: hue angle of 325.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82683 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 131 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.22 |
| HSL | 325.56º | 0.68% | 0.47% | - |
| HSV(B) | 325.56º | 0.81% | 0.78% | - |
| XYZ | 28.61 | 15.3 | 22.92 | - |
| YUV | 97.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 131 | 0 | 0.81 | 0.34 | 0.22 | 325.56 | 0.68 | 0.47 |
| Hex | C8 | 26 | 83 | 0 | 51 | 22 | 16 | 146 | 44 | 2F |
| Octal | 310 | 46 | 203 | 0 | 121 | 42 | 26 | 506 | 104 | 57 |
| Binary | 11001000 | 100110 | 10000011 | 0 | 1010001 | 100010 | 10110 | 101000110 | 1000100 | 101111 |
Color Harmonies of #C82683
Complementary color
Monochromatic Colors of #C82683
Black with #C82683
Text Example
Text Example
White with #C82683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82683; }
p { color: rgb(200,38,131); }
H1.HeaderClassName
{
color: #C82683;
}
.AnyTagClassName
{
color: #C82683;
}
</style>
background-color css
<style>
a { background-color: #C82683; }
a { background-color: rgb(200,38,131); }
div.DivClassName
{
background-color: #C82683;
}
.BgClassName
{
background-color: #C82683;
}
</style>
border-color css
<style>
span { border-color: #C82683; }
span { border-color: rgb(200,38,131); }
td.TdClassName
{
border-color: #C82683;
}
.TagClassName
{
border-color: #C82683;
}
</style>